Airbyte · Schema

WebhookNotificationConfig

Configures a webhook notification.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Properties

Name Type Description
enabled boolean
url string
View JSON Schema on GitHub

JSON Schema

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