{ "variable": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "variable", "names": [ "variable" ], "description": "A variable." }, "family": { "type": "family", "informations": { "path": "family", "names": [ "family" ], "description": "A family", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "variable1": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "family.variable1", "names": [ "variable1" ], "description": "A first variable." }, "subfamily": { "type": "family", "informations": { "path": "family.subfamily", "names": [ "subfamily" ], "description": "A sub family", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "variable": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "family.subfamily.variable", "names": [ "variable" ], "description": "A variable." } } }, "variable2": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "family.variable2", "names": [ "variable2" ], "description": "A second variable." } } } }