{ "rougail": { "type": "namespace", "informations": { "paths": [ "rougail" ], "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "rougail.var1": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "choices": [ "a", "b", "c" ], "paths": [ "rougail.var1" ], "names": [ "var1" ], "descriptions": [ "The first variable." ] }, "rougail.var2": { "type": "variable", "default": "the value of the variable \"rougail.var1\".", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "choices": [ "a", "b", "c" ], "paths": [ "rougail.var2" ], "names": [ "var2" ], "descriptions": [ "The second variable." ] } } } }