{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "name": "rougail", "description": "Rougail", "properties": [], "mode": "basic", "help": [ "This family is a namespace" ] }, "children": { "condition": { "path": "rougail.condition", "name": "condition", "description": "A conditional variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "no" }, "variable_type": "string" }, "variable1": { "path": "rougail.variable1", "name": "variable1", "description": "A first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "description": "if condition is egal to \"yes\"." } } ], "mode": "basic", "type": "variable", "variable_type": "string" }, "variable2": { "path": "rougail.variable2", "name": "variable2", "description": "A seconde variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "description": "if condition is not egal to \"yes\"." } } ], "mode": "basic", "type": "variable", "variable_type": "string" } } } }