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