{ "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 }, "variable1": { "type": "variable", "default": { "name": "Default", "values": "not_disabled" }, "variable_type": "string", "path": "variable1", "names": [ "variable1" ], "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": "standard", "gen_examples": [ "not_disabled" ], "mandatory_without_value": false }, "variable2": { "type": "variable", "variable_type": "string", "path": "variable2", "names": [ "variable2" ], "description": "A second 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}\" is disabled or has the value \"disabled\"", "path": { "path": "variable1" }, "description": "A variable" } } ], "mode": "basic", "gen_examples": [ "example" ], "mandatory_without_value": true } }