Keboola · Schema

GenerateNewIdResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id string New ticket ID
View JSON Schema on GitHub

JSON Schema

keboola-generatenewidresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GenerateNewIdResponse",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "description": "New ticket ID",
      "type": "string"
    }
  },
  "type": "object"
}