{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EmailNotifications", "type": "object", "properties": { "on_start": { "type": "array" }, "on_success": { "type": "array" }, "on_failure": { "type": "array" }, "on_duration_warning_threshold_exceeded": { "type": "array" }, "no_alert_for_skipped_runs": { "type": "boolean" } } }