{ "family": { "type": "family", "informations": { "path": "family", "names": [ "family" ], "description": "A family", "properties": [ { "type": "mode", "name": "standard" } ] }, "children": { "subfamily": { "type": "family", "informations": { "path": "family.subfamily", "names": [ "subfamily" ], "description": "A sub family", "properties": [ { "type": "mode", "name": "standard" } ] }, "children": { "variable": { "type": "variable", "variable_type": "string", "path": "family.subfamily.variable", "names": [ "variable" ], "description": "A variable.", "properties": [ { "type": "mode", "name": "standard" } ], "gen_examples": [ "example" ], "mandatory_without_value": false } } } } } }