{ "var": { "type": "variable", "default": [ "the value of the variable \"var2\".", "the value of the variable \"var3\"." ], "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "unique" }, { "type": "multiple", "name": "multiple" } ], "paths": [ "var" ], "names": [ "var" ], "descriptions": [ "A first variable." ] }, "var2": { "type": "variable", "default": "no", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "paths": [ "var2" ], "names": [ "var2" ], "descriptions": [ "A second variable." ] }, "var3": { "type": "variable", "default": "yes", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "paths": [ "var3" ], "names": [ "var3" ], "descriptions": [ "A third variable." ] } }