{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadataTransform", "title": "EventFlowNodeMetadataTransform", "type": "object", "properties": { "condition": { "type": "string" }, "rules": { "type": "array", "items": { "$ref": "#/components/schemas/EventFlowNodeRule" } } } }