Keboola · Schema

ConfigurationDescriptionRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
branchId string
componentId string
configId string
rowId string
View JSON Schema on GitHub

JSON Schema

keboola-configurationdescriptionrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ConfigurationDescriptionRequest",
  "type": "object",
  "required": [
    "branchId",
    "componentId",
    "configId"
  ],
  "properties": {
    "branchId": {
      "type": "string"
    },
    "componentId": {
      "type": "string"
    },
    "configId": {
      "type": "string"
    },
    "rowId": {
      "type": "string"
    }
  }
}