{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [], "mode": "standard" }, "children": { "bool": { "type": "variable", "default": { "name": "Default", "values": false }, "variable_type": "boolean", "path": "rougail.bool", "names": [ "bool" ], "description": "A boolean variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ false ], "mandatory_without_value": false }, "int1": { "type": "variable", "default": { "name": "Default", "values": { "description": "if bool returns 1 otherwise return 2" } }, "variable_type": "integer", "path": "rougail.int1", "names": [ "int1" ], "description": "First integer variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ 2 ], "mandatory_without_value": false }, "int2": { "type": "variable", "default": { "name": "Default", "values": { "description": "if bool returns 3 otherwise return 4" } }, "variable_type": "integer", "path": "rougail.int2", "names": [ "int2" ], "description": "Second integer variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ 3 ], "mandatory_without_value": false } } } }