{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "name": "rougail", "description": "Rougail", "properties": [], "mode": "basic", "help": [ "This family is a namespace" ] }, "children": { "dyn{{ identifier }}": { "type": "dynamic", "informations": { "path": "rougail.dyn{{ identifier }}", "name": "dyn{{ identifier }}", "description": "A dynamic famify for {{ identifier }}", "properties": [], "mode": "basic", "identifiers": [ [ "val1" ], [ "val2" ] ], "help": [ "This family builds families dynamically" ], "identifier": [ "val1", "val2" ] }, "children": { "var": { "path": "rougail.dyn{{ identifier }}.var", "name": "var", "description": "A dynamic variable for {{ identifier }}.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "identifiers": [ [ "val1" ], [ "val2" ] ], "type": "variable", "variable_type": "string" } } }, "var1": { "path": "rougail.var1", "name": "var1", "description": "A new variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "message": "when the variable \"{0}\" has the value \"val\".", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "a dynamic variable for {{ identifier }}" } } ], "mode": "basic", "type": "variable", "variable_type": "string" }, "var2": { "path": "rougail.var2", "name": "var2", "description": "A new variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "a dynamic variable for {{ identifier }}" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val2" ] }, "description": "a dynamic variable for {{ identifier }}" } ] }, "variable_type": "string", "multiple": true } } } }