{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [], "mode": "standard" }, "children": { "var": { "type": "variable", "default": { "name": "Default", "values": [ 1, 2 ] }, "variable_type": "integer", "path": "rougail.var", "names": [ "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", "multiple": true, "gen_examples": [ [ 1, 2 ] ], "mandatory_without_value": false }, "dyn{{ identifier }}": { "type": "dynamic", "informations": { "names": [ "dyn1", "dyn2" ], "identifiers": [ [ 1 ], [ 2 ] ], "path": "rougail.dyn{{ identifier }}", "description": "A dynamic family", "properties": [], "mode": "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": [ [ 1 ], [ 2 ] ], "path": "rougail.dyn{{ identifier }}.var", "description": "A variable inside dynamic family.", "type": "variable", "default": { "name": "Default", "values": "val" }, "variable_type": "string", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ "val", "val" ], "mandatory_without_value": false } } }, "var2": { "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", "path": "rougail.var2", "names": [ "var2" ], "description": "A variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ "val" ], "mandatory_without_value": false } } } }