Keboola · Schema

BucketListingUpdateJobResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
bucketId string
exposureName string
exposureDescription string
bigquery object
View JSON Schema on GitHub

JSON Schema

keboola-bucketlistingupdatejobresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BucketListingUpdateJobResponse",
  "required": [
    "bucketId",
    "exposureName",
    "bigquery"
  ],
  "properties": {
    "bucketId": {
      "type": "string"
    },
    "exposureName": {
      "type": "string"
    },
    "exposureDescription": {
      "type": "string",
      "nullable": true
    },
    "bigquery": {
      "properties": {
        "listingId": {
          "type": "string"
        },
        "subscribers": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}