{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "var1": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "rougail.var1", "names": [ "var1" ], "description": "The first variable.", "gen_examples": [ "a_choice" ], "mandatory_without_value": true }, "var2": { "type": "variable", "default": { "name": "Default", "values": { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.var1" }, "description": "The first variable" } }, "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "rougail.var2", "names": [ "var2" ], "description": "The second variable.", "gen_examples": [ "a_choice" ], "mandatory_without_value": false } } } }