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