{ "condition": { "type": "variable", "default": true, "properties": [ { "type": "type", "name": "boolean" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "paths": [ "condition" ], "names": [ "condition" ], "descriptions": [ "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\"." } ], "paths": [ "var" ], "names": [ "var" ], "descriptions": [ "A variable." ] } }