Configures a notification.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-schema/airbyte-notification-config-schema.json", "title": "NotificationConfig", "description": "Configures a notification.", "type": "object", "properties": { "email": { "$ref": "#/components/schemas/EmailNotificationConfig" }, "webhook": { "$ref": "#/components/schemas/WebhookNotificationConfig" } } }