{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EventHandlerAction", "type": "object", "properties": { "action": { "type": "string", "description": "The action type" }, "start_workflow": { "type": "object", "description": "Start workflow action parameters" }, "complete_task": { "type": "object", "description": "Complete task action parameters" }, "fail_task": { "type": "object", "description": "Fail task action parameters" }, "expandInlineJSON": { "type": "boolean", "description": "Whether to expand inline JSON strings" } } }