{ "definitions": { "Node": { "type": [ "object", "null" ], "properties": { "Type": { "type": "string" }, "Id": { "type": [ "string", "null" ] }, "Name": { "type": [ "string", "null" ] } }, "required": [ "Type", "Id", "Name" ], "anyOf": [ { "definitions": { "Node": { "type": [ "object", "null" ], "properties": { "Type": { "type": "string" }, "Id": { "type": [ "string", "null" ] }, "Name": { "type": [ "string", "null" ] } }, "required": [ "Type", "Id", "Name" ], "anyOf": [ { "$ref": "#/definitions/Node/anyOf/0" }, { "title": "Condition", "definitions": { "Node": { "type": [ "object", "null" ], "properties": { "Type": { "type": "string" }, "Id": { "type": [ "string", "null" ] }, "Name": { "type": [ "string", "null" ] } }, "required": [ "Type", "Id", "Name" ], "anyOf": [ { "$ref": "#/definitions/Node/anyOf/0" }, { "$ref": "#/definitions/Node/anyOf/0/definitions/Node/anyOf/1" }, { "$ref": "#/definitions/Node/anyOf/0" }, { "$ref": "#/definitions/Node/anyOf/0/definitions/Node/anyOf/1" } ] } }, "type": "object", "properties": { "Type": { "type": "string" }, "Id": { "type": [ "string", "null" ] }, "Name": { "type": [ "string", "null" ] }, "Predicate": { "type": "string" }, "Matched": { "$ref": "#/definitions/Node/anyOf/0/definitions/Node/anyOf/1/definitions/Node" }, "NotMatched": { "$ref": "#/definitions/Node/anyOf/0/definitions/Node/anyOf/1/definitions/Node" } }, "required": [ "Type", "Id", "Name", "Predicate", "Matched", "NotMatched" ] } ] } }, "type": "object", "properties": { "Type": { "type": "string" }, "Id": { "type": [ "string", "null" ] }, "Name": { "type": [ "string", "null" ] }, "Text": { "type": [ "string", "null" ] }, "Next": { "$ref": "#/definitions/Node/anyOf/0/definitions/Node" } }, "required": [ "Type", "Id", "Name", "Text", "Next" ] }, { "$ref": "#/definitions/Node/anyOf/0/definitions/Node/anyOf/1" } ] } }, "type": "object", "properties": { "EntryPoint": { "$ref": "#/definitions/Node" } }, "required": [ "EntryPoint" ] }