Keboola · Schema

TableSwapResult

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
tableAStringId string
tableBStringId string
View JSON Schema on GitHub

JSON Schema

keboola-tableswapresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TableSwapResult",
  "required": [
    "tableAStringId",
    "tableBStringId"
  ],
  "properties": {
    "tableAStringId": {
      "type": "string"
    },
    "tableBStringId": {
      "type": "string"
    }
  },
  "type": "object"
}