{ "condition": { "type": "variable", "default": { "name": "Default", "values": true }, "variable_type": "boolean", "path": "condition", "names": [ "condition" ], "description": "A condition.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ true ], "mandatory_without_value": false }, "variable": { "type": "variable", "variable_type": "string", "path": "variable", "names": [ "variable" ], "description": "A variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "message": "when the variable \"{0}\" has the value \"true\"", "path": { "path": "condition" }, "description": "A condition" } } ], "mode": "basic", "gen_examples": [ "example" ], "mandatory_without_value": true } }