{ "rougail": { "type": "namespace", "informations": { "paths": [ "rougail" ], "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "standard" } ] }, "children": { "rougail.bool": { "type": "variable", "default": false, "properties": [ { "type": "type", "name": "boolean" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "paths": [ "rougail.bool" ], "names": [ "bool" ], "descriptions": [ "A boolean variable." ] }, "rougail.int1": { "type": "variable", "default": "if bool returns 1 otherwise return 2.", "properties": [ { "type": "type", "name": "number" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "paths": [ "rougail.int1" ], "names": [ "int1" ], "descriptions": [ "First integer variable." ] }, "rougail.int2": { "type": "variable", "default": "if bool returns 3 otherwise return 4.", "properties": [ { "type": "type", "name": "number" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "paths": [ "rougail.int2" ], "names": [ "int2" ], "descriptions": [ "Second integer variable." ] } } } }