{ "var1": { "path": "var1", "name": "var1", "description": "First variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "type": "variable", "variable_type": "string" }, "family": { "type": "family", "informations": { "path": "family", "name": "family", "description": "A family", "properties": [], "mode": "basic" }, "children": { "var2": { "path": "family.var2", "name": "var2", "description": "A second variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "type": "variable", "variable_type": "string", "examples": { "name": "Example", "values": "string6" } }, "subfamily": { "type": "family", "informations": { "path": "family.subfamily", "name": "subfamily", "description": "A sub family", "properties": [], "mode": "standard" }, "children": { "variable": { "path": "family.subfamily.variable", "name": "variable", "description": "Third variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "var1", "type": "variable" }, "description": "first variable" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "family.var2", "type": "variable" }, "description": "a second variable" } ] }, "variable_type": "string", "multiple": true } } } } }, "family2": { "type": "family", "informations": { "path": "family2", "name": "family2", "description": "A family", "properties": [], "mode": "standard" }, "children": { "var2": { "path": "family2.var2", "name": "var2", "description": "A variable2.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": { "message": "the value of the variable \"{0}\"", "path": { "path": "family.var2", "type": "variable" }, "description": "a second variable" } }, "variable_type": "string" }, "var3": { "path": "family2.var3", "name": "var3", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "string4" }, "variable_type": "string", "examples": { "name": "Example", "values": "string5" } }, "subfamily": { "type": "family", "informations": { "path": "family2.subfamily", "name": "subfamily", "description": "A sub family", "properties": [], "mode": "standard" }, "children": { "variable": { "path": "family2.subfamily.variable", "name": "variable", "description": "Fourth variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": [ { "message": "the value of the variable \"{0}\"", "path": { "path": "var1", "type": "variable" }, "description": "first variable" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "family.var2", "type": "variable" }, "description": "a second variable" }, { "message": "the value of the variable \"{0}\"", "path": { "path": "family2.var3", "type": "variable" }, "description": "var3" } ] }, "variable_type": "string", "multiple": true } } } } } }