Keboola · Schema

BucketListingUpdateJobParams

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
bucketId integer
exposureName string
exposureDescriptionProvided boolean
exposureDescription string
bigquerySubscribers array
jobOperationParams array
jobParams array
View JSON Schema on GitHub

JSON Schema

keboola-bucketlistingupdatejobparams.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BucketListingUpdateJobParams",
  "required": [
    "bucketId",
    "exposureDescriptionProvided",
    "jobOperationParams",
    "jobParams"
  ],
  "properties": {
    "bucketId": {
      "type": "integer"
    },
    "exposureName": {
      "type": "string",
      "nullable": true
    },
    "exposureDescriptionProvided": {
      "type": "boolean"
    },
    "exposureDescription": {
      "type": "string",
      "nullable": true
    },
    "bigquerySubscribers": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "nullable": true
    },
    "jobOperationParams": {
      "type": "array",
      "items": {}
    },
    "jobParams": {
      "type": "array",
      "items": {}
    }
  },
  "type": "object"
}