{ "var1": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "var1", "names": [ "var1" ], "description": "The first variable.", "examples": { "name": "Example", "values": "test" }, "gen_examples": [ "test" ], "mandatory_without_value": true }, "var2": { "type": "variable", "default": { "name": "Default", "values": "value" }, "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "path": "var2", "names": [ "var2" ], "description": "The second variable.", "examples": { "name": "Example", "values": "test" }, "gen_examples": [ "test" ], "mandatory_without_value": false }, "var3": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "var3", "names": [ "var3" ], "description": "The third variable.", "examples": { "name": "Examples", "values": [ "test1", "test2" ] }, "gen_examples": [ "test1" ], "mandatory_without_value": true }, "var4": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" } ], "path": "var4", "names": [ "var4" ], "description": "The forth variable.", "examples": { "name": "Examples", "values": [ null, "test1", "test2" ] }, "gen_examples": [ null ], "mandatory_without_value": false }, "var5": { "type": "variable", "default": { "name": "Default", "values": true }, "properties": [ { "type": "type", "name": "boolean" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "path": "var5", "names": [ "var5" ], "description": "The fifth variable.", "examples": { "name": "Example", "values": false }, "gen_examples": [ false ], "mandatory_without_value": false }, "var6": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "unique" }, { "type": "multiple", "name": "multiple" } ], "path": "var6", "names": [ "var6" ], "description": "The sixth variable.", "examples": { "name": "Examples", "values": [ "test1", "test2" ] }, "gen_examples": [ [ "test1", "test2" ] ], "mandatory_without_value": true } }