{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [], "mode": "basic" }, "children": { "general": { "type": "family", "informations": { "path": "rougail.general", "names": [ "general" ], "description": "A family", "properties": [], "mode": "basic" }, "children": { "int": { "type": "variable", "variable_type": "integer", "validators": { "name": "Validators", "values": [ { "description": "int and int2 must be different" }, { "description": "int and int3 must be different" } ] }, "path": "rougail.general.int", "names": [ "int" ], "description": "A first integer.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "examples": { "name": "Example", "values": 5 }, "gen_examples": [ 5 ], "mandatory_without_value": true }, "int2": { "type": "variable", "default": { "name": "Default", "values": 1 }, "variable_type": "integer", "path": "rougail.general.int2", "names": [ "int2" ], "description": "A second integer.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ 1 ], "mandatory_without_value": false } } } } } }