{ "condition": { "type": "variable", "default": { "name": "Default", "values": "no" }, "variable_type": "string", "path": "condition", "names": [ "condition" ], "description": "A conditional variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ "no" ], "mandatory_without_value": false }, "variable1": { "type": "variable", "variable_type": "string", "path": "variable1", "names": [ "variable1" ], "description": "A first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "description": "if condition is egal to \"yes\"" } } ], "mode": "basic", "gen_examples": [ "example" ], "mandatory_without_value": true }, "variable2": { "type": "variable", "variable_type": "string", "path": "variable2", "names": [ "variable2" ], "description": "A seconde variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "description": "if condition is not egal to \"yes\"" } } ], "mode": "basic", "gen_examples": [ "example" ], "mandatory_without_value": true } }