Keboola · Schema

ErrorExplanation

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
answer string
correlationId string
View JSON Schema on GitHub

JSON Schema

keboola-errorexplanation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ErrorExplanation",
  "type": "object",
  "required": [
    "answer",
    "correlationId"
  ],
  "properties": {
    "answer": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    }
  }
}