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