Airbyte · JSON Structure

Airbyte Notifications Config Structure

Configures workspace notifications.

Type: object Properties: 6
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

NotificationsConfig is a JSON Structure definition published by Airbyte, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

failure success connectionUpdate connectionUpdateActionRequired syncDisabled syncDisabledWarning

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-notifications-config-structure.json",
  "name": "NotificationsConfig",
  "description": "Configures workspace notifications.",
  "type": "object",
  "properties": {
    "failure": {
      "$ref": "#/components/schemas/NotificationConfig"
    },
    "success": {
      "$ref": "#/components/schemas/NotificationConfig"
    },
    "connectionUpdate": {
      "$ref": "#/components/schemas/NotificationConfig"
    },
    "connectionUpdateActionRequired": {
      "$ref": "#/components/schemas/NotificationConfig"
    },
    "syncDisabled": {
      "$ref": "#/components/schemas/NotificationConfig"
    },
    "syncDisabledWarning": {
      "$ref": "#/components/schemas/NotificationConfig"
    }
  }
}