{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WebhookNotifications", "type": "object", "properties": { "on_start": { "type": "array" }, "on_success": { "type": "array" }, "on_failure": { "type": "array" }, "on_duration_warning_threshold_exceeded": { "type": "array" } } }