{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "name": "rougail", "description": "Rougail", "properties": [], "mode": "standard", "help": [ "This family is a namespace" ] }, "children": { "var": { "path": "rougail.var", "name": "var", "description": "A suffix variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": [ 1, 2 ] }, "variable_type": "integer", "multiple": true }, "dyn{{ identifier }}": { "type": "dynamic", "informations": { "path": "rougail.dyn{{ identifier }}", "name": "dyn{{ identifier }}", "description": "A dynamic family", "properties": [], "mode": "standard", "identifiers": [ [ 1 ], [ 2 ] ], "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": { "var": { "path": "rougail.dyn{{ identifier }}.var", "name": "var", "description": "A variable inside dynamic family.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "identifiers": [ [ 1 ], [ 2 ] ], "type": "variable", "default": { "name": "Default", "values": "val" }, "variable_type": "string" } } }, "var2": { "path": "rougail.var2", "name": "var2", "description": "A variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": { "description": "get the value of \"{0}\".", "variables": [ { "path": "rougail.dyn{{ identifier }}.var", "description": "a variable inside dynamic family", "identifiers": [ "1" ] } ] } }, "variable_type": "string" } } } }