Configures a notification.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NotificationConfig", "title": "NotificationConfig", "description": "Configures a notification.", "type": "object", "properties": { "email": { "$ref": "#/components/schemas/EmailNotificationConfig" }, "webhook": { "$ref": "#/components/schemas/WebhookNotificationConfig" } }, "x-speakeasy-entity": "Workspace", "x-speakeasy-param-suppress-computed-diff": true, "x-speakeasy-component": true }