{ "var1": { "path": "var1", "name": "var1", "description": "A first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "oui" }, "variable_type": "string", "validators": { "name": "Validator", "values": { "description": "var1 must be different than var2" } }, "examples": { "name": "Example", "values": "another_value" } }, "var2": { "path": "var2", "name": "var2", "description": "A second variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "no" }, "variable_type": "string" } }