{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [], "mode": "basic" }, "children": { "var1": { "type": "variable", "variable_type": "choice", "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "rougail.var1", "names": [ "var1" ], "description": "The first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "gen_examples": [ "a_choice" ], "mandatory_without_value": true }, "var2": { "type": "variable", "variable_type": "choice", "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "rougail.var2", "names": [ "var2" ], "description": "The second variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "gen_examples": [ "a_choice" ], "mandatory_without_value": true }, "var3": { "type": "variable", "variable_type": "choice", "choices": { "name": "Choices", "values": [ "a", "b", "c", null ] }, "path": "rougail.var3", "names": [ "var3" ], "description": "The third variable.", "properties": [], "mode": "standard", "gen_examples": [ "a_choice" ], "mandatory_without_value": false }, "var4": { "type": "variable", "variable_type": "choice", "choices": { "name": "Choices", "values": [ null, "b", "c" ] }, "path": "rougail.var4", "names": [ "var4" ], "description": "The forth variable.", "properties": [], "mode": "standard", "gen_examples": [ "a_choice" ], "mandatory_without_value": false }, "var5": { "type": "variable", "default": { "name": "Default", "values": "a" }, "variable_type": "choice", "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "rougail.var5", "names": [ "var5" ], "description": "The fifth variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ "a" ], "mandatory_without_value": false }, "var6": { "type": "variable", "default": { "name": "Default", "values": 1 }, "variable_type": "choice", "choices": { "name": "Choices", "values": [ 1, 2, 3 ] }, "path": "rougail.var6", "names": [ "var6" ], "description": "The sixth variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ 1 ], "mandatory_without_value": false } } } }