Keboola · Schema

RecipientChannel_Email

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

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

JSON Schema

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