{ "condition": { "type": "variable", "default": { "name": "Default", "values": true }, "properties": [ { "type": "type", "name": "boolean" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "path": "condition", "names": [ "condition" ], "description": "A condition." }, "var": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory", "annotation": "when the variable \"condition\" has the value \"true\"." } ], "path": "var", "names": [ "var" ], "description": "A variable." } }