{ "condition": { "type": "variable", "default": { "name": "Default", "values": "yes" }, "variable_type": "string", "path": "condition", "names": [ "condition" ], "description": "A condition.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ "yes" ], "mandatory_without_value": false }, "leader": { "type": "leadership", "informations": { "path": "leader", "names": [ "leader" ], "description": "A leadership", "properties": [], "mode": "basic", "help": [ "This family contains lists of variable blocks" ] }, "children": { "leader": { "type": "variable", "variable_type": "string", "path": "leader.leader", "names": [ "leader" ], "description": "A leader.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "basic", "multiple": true, "gen_examples": [ [ "example" ] ], "mandatory_without_value": true }, "follower": { "type": "variable", "variable_type": "string", "path": "leader.follower", "names": [ "follower" ], "description": "A follower.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "disabled", "ori_name": "disabled", "access_control": true, "annotation": { "description": "if condition is yes" } } ], "mode": "basic", "gen_examples": [ [ "example" ] ], "mandatory_without_value": true } } } }