{ "var": { "path": "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": [ "val1", "val2" ] }, "variable_type": "string", "multiple": true }, "dyn_{{ identifier }}": { "type": "dynamic", "informations": { "path": "dyn_{{ identifier }}", "name": "dyn_{{ identifier }}", "description": "A dynamic family", "properties": [], "mode": "standard", "identifiers": [ [ "val1" ], [ "val2" ] ], "help": [ "This family builds families dynamically" ], "identifier": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "var", "type": "variable" }, "description": "a suffix variable" } ] }, "children": { "var": { "path": "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": [ [ "val1" ], [ "val2" ] ], "type": "variable", "default": { "name": "Default", "values": "the value of the identifier." }, "variable_type": "string" } } }, "var2": { "path": "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": { "message": "the value of the variable \"{0}\"", "path": { "path": "dyn_{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "a variable inside dynamic family" } }, "variable_type": "string" } }