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