Keboola · Schema

DescribeConfigurationFeedbackSubject

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

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

JSON Schema

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