{ "$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 }