{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "dyn{{ identifier }}": { "type": "dynamic", "informations": { "names": [ "dynval1", "dynval2" ], "identifiers": [ [ "val1" ], [ "val2" ] ], "path": "rougail.dyn{{ identifier }}", "description": "A dynamic famify for {{ identifier }}", "properties": [ { "type": "mode", "name": "basic" } ], "identifier": [ "val1", "val2" ], "help": [ "This family builds families dynamically" ] }, "children": { "var": { "names": [ "var", "var" ], "identifiers": [ [ "val1" ], [ "val2" ] ], "path": "rougail.dyn{{ identifier }}.var", "description": "A dynamic variable for {{ identifier }}.", "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "gen_examples": [ "example", "example" ], "mandatory_without_value": true } } }, "var1": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "disabled", "annotation": { "message": "when the variable \"{0}\" has the value \"val\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "A dynamic variable for {{ identifier }}" } } ], "path": "rougail.var1", "names": [ "var1" ], "description": "A new variable.", "gen_examples": [ "example" ], "mandatory_without_value": true }, "var2": { "type": "variable", "default": { "name": "Default", "values": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val1" ] }, "description": "A dynamic variable for {{ identifier }}" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "rougail.dyn{{ identifier }}.var", "identifiers": [ "val2" ] }, "description": "A dynamic variable for {{ identifier }}" } ] }, "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 new variable.", "gen_examples": [ [ null, null ] ], "mandatory_without_value": false } } } }