{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "standard" } ] }, "children": { "var2": { "type": "variable", "default": { "name": "Default", "values": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.my_dyn_family_{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "A variable inside a dynamic family" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.my_dyn_family_{{ identifier }}.var", "identifiers": [ "val2" ] }, "description": "A variable inside a dynamic family" } ] }, "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "unique" }, { "type": "multiple", "name": "multiple" } ], "path": "rougail.var2", "names": [ "var2" ], "description": "A variable.", "gen_examples": [ [ "val1", "val2" ] ], "mandatory_without_value": false }, "var": { "type": "variable", "default": { "name": "Default", "values": [ "val1", "val2" ] }, "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "unique" }, { "type": "multiple", "name": "multiple" } ], "path": "rougail.var", "names": [ "var" ], "description": "A suffix variable.", "gen_examples": [ [ "val1", "val2" ] ], "mandatory_without_value": false }, "my_dyn_family_{{ identifier }}": { "type": "dynamic", "informations": { "names": [ "my_dyn_family_val1", "my_dyn_family_val2" ], "identifiers": [ [ "val1" ], [ "val2" ] ], "path": "rougail.my_dyn_family_{{ identifier }}", "description": "A dynamic family", "properties": [ { "type": "mode", "name": "standard" } ], "identifier": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.var" }, "description": "A suffix variable" } ], "help": [ "This family builds families dynamically" ] }, "children": { "var": { "names": [ "var", "var" ], "identifiers": [ [ "val1" ], [ "val2" ] ], "path": "rougail.my_dyn_family_{{ identifier }}.var", "description": "A variable inside a dynamic family.", "type": "variable", "default": { "name": "Default", "values": "the value of the identifier" }, "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" } ], "gen_examples": [ "val1", "val2" ], "mandatory_without_value": false } } } } } }