{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "name": "rougail", "description": "Rougail", "properties": [], "mode": "basic", "help": [ "This family is a namespace" ] }, "children": { "var": { "path": "rougail.var", "name": "var", "description": "A suffix variable.", "properties": [ { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "type": "variable", "variable_type": "string", "multiple": true, "examples": { "name": "Examples", "values": [ "val1", "val2" ] } }, "var2": { "path": "rougail.var2", "name": "var2", "description": "A second variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "type": "variable", "variable_type": "string" }, "dyn{{ identifier }}": { "type": "dynamic", "informations": { "path": "rougail.dyn{{ identifier }}", "name": "dyn{{ identifier }}", "description": "A dynamic family", "properties": [ { "type": "property", "name": "hidden", "ori_name": "hidden", "access_control": true, "annotation": { "description": "if var2 is no" } } ], "mode": "standard", "identifiers": [ [ "val1" ], [ "val2" ] ], "help": [ "This family builds families dynamically" ], "identifier": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.var", "type": "variable" }, "description": "A suffix variable" } ] }, "children": { "vardyn": { "path": "rougail.dyn{{ identifier }}.vardyn", "name": "vardyn", "description": "A dynamic variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "identifiers": [ [ "val1" ], [ "val2" ] ], "type": "variable", "default": { "name": "Default", "values": "val" }, "variable_type": "string" } } } } } }