Keboola · Schema

RecipientChannel_Webhook

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
channel string
url string
View JSON Schema on GitHub

JSON Schema

keboola-recipientchannel-webhook.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RecipientChannel_Webhook",
  "type": "object",
  "required": [
    "channel",
    "url"
  ],
  "properties": {
    "channel": {
      "type": "string",
      "enum": [
        "webhook"
      ]
    },
    "url": {
      "type": "string",
      "format": "uri"
    }
  }
}