{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EventHandler", "type": "object", "properties": { "enabled": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" }, "trigger": { "type": "string" }, "type": { "type": "string" } } }