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