{ "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", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "choices": [ "a", "b", "c" ], "paths": [ "rougail.var2" ], "names": [ "var2" ], "descriptions": [ "The second variable." ] }, "rougail.var3": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" } ], "choices": [ "a", "b", "c", null ], "paths": [ "rougail.var3" ], "names": [ "var3" ], "descriptions": [ "The third variable." ] }, "rougail.var4": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" } ], "choices": [ null, "b", "c" ], "paths": [ "rougail.var4" ], "names": [ "var4" ], "descriptions": [ "The forth variable." ] }, "rougail.var5": { "type": "variable", "default": "a", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "display_default": false, "choices": [ "a ← (default)", "b", "c" ], "paths": [ "rougail.var5" ], "names": [ "var5" ], "descriptions": [ "The fifth variable." ] }, "rougail.var6": { "type": "variable", "default": 1, "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "display_default": false, "choices": [ "1 ← (default)", 2, 3 ], "paths": [ "rougail.var6" ], "names": [ "var6" ], "descriptions": [ "The sixth variable." ] } } } }