Airbyte · Schema

EmailNotificationConfig

Configures an email notification.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
enabled boolean
View JSON Schema on GitHub

JSON Schema

airbyte-emailnotificationconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailNotificationConfig",
  "title": "EmailNotificationConfig",
  "description": "Configures an email notification.",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    }
  },
  "x-speakeasy-entity": "Workspace",
  "x-speakeasy-param-suppress-computed-diff": true,
  "x-speakeasy-component": true
}