{ "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 identifier 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": "rougail.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": "rougail.var", "type": "variable" }, "description": "A identifier variable" } ] }, "children": { "var": { "path": "rougail.dyn{{ identifier }}.var", "name": "var", "description": "A dynamic variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "identifiers": [ [ "val1" ], [ "val2" ] ], "type": "variable", "default": { "name": "Default", "values": { "description": "add 't' to each var value" } }, "variable_type": "string", "multiple": true }, "dyn_{{ identifier }}": { "type": "dynamic", "informations": { "path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}", "name": "dyn_{{ identifier }}", "description": "A Second dynamic variable", "properties": [], "mode": "standard", "identifiers": [ [ "val1", "tval1" ], [ "val1", "tval2" ], [ "val2", "tval1" ], [ "val2", "tval2" ] ], "help": [ "This family builds families dynamically" ], "identifier": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "A dynamic variable" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val2" ] }, "description": "A dynamic variable" } ] }, "children": { "var": { "path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}.var", "name": "var", "description": "A variable dynamic.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "identifiers": [ [ "val1", "tval1" ], [ "val1", "tval2" ], [ "val2", "tval1" ], [ "val2", "tval2" ] ], "type": "variable", "default": { "name": "Default", "values": "the value of the identifier" }, "variable_type": "string" }, "var_identifier": { "path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}.var_identifier", "name": "var_identifier", "description": "Identifier from first family.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "identifiers": [ [ "val1", "tval1" ], [ "val1", "tval2" ], [ "val2", "tval1" ], [ "val2", "tval2" ] ], "type": "variable", "default": { "name": "Default", "values": "the value of the identifier" }, "variable_type": "string" }, "var_identifiers": { "path": "rougail.dyn{{ identifier }}.dyn_{{ identifier }}.var_identifiers", "name": "var_identifiers", "description": "Merge identifiers.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "identifiers": [ [ "val1", "tval1" ], [ "val1", "tval2" ], [ "val2", "tval1" ], [ "val2", "tval2" ] ], "type": "variable", "default": { "name": "Default", "values": { "description": "join identifier 1 and identifier 2" } }, "variable_type": "string" } } } } } } } }