Keboola · Schema

BucketRegisterGuideResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
markdown string Registration guide in Markdown format.
View JSON Schema on GitHub

JSON Schema

keboola-bucketregisterguideresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BucketRegisterGuideResponse",
  "required": [
    "markdown"
  ],
  "properties": {
    "markdown": {
      "description": "Registration guide in Markdown format.",
      "type": "string"
    }
  },
  "type": "object"
}