{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/EventFlowNodeDefinition", "title": "EventFlowNodeDefinition", "type": "object", "required": [ "branchName" ], "properties": { "branchName": { "type": "string" }, "conditions": { "type": "string" } } }