{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "int": { "type": "variable", "properties": [ { "type": "type", "name": "integer" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "validators": { "name": "Validator", "values": { "description": "the max value is 100" } }, "path": "rougail.int", "names": [ "int" ], "description": "An integer.", "gen_examples": [ 42 ], "mandatory_without_value": true } } } }