Keboola · Schema

ExplainFeedbackSubject

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
type string
jobId string
View JSON Schema on GitHub

JSON Schema

keboola-explainfeedbacksubject.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ExplainFeedbackSubject",
  "type": "object",
  "required": [
    "jobId"
  ],
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "failed-job"
      ]
    },
    "jobId": {
      "type": "string"
    }
  }
}