{ "var1": { "type": "variable", "variable_type": "string", "path": "var1", "names": [ "var1" ], "description": "The first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "examples": { "name": "Example", "values": "test" }, "gen_examples": [ "test" ], "mandatory_without_value": true }, "var2": { "type": "variable", "default": { "name": "Default", "values": "value" }, "variable_type": "string", "path": "var2", "names": [ "var2" ], "description": "The second variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "examples": { "name": "Example", "values": "test" }, "gen_examples": [ "test" ], "mandatory_without_value": false }, "var3": { "type": "variable", "variable_type": "string", "path": "var3", "names": [ "var3" ], "description": "The third variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "examples": { "name": "Examples", "values": [ "test1", "test2" ] }, "gen_examples": [ "test1" ], "mandatory_without_value": true }, "var4": { "type": "variable", "variable_type": "string", "path": "var4", "names": [ "var4" ], "description": "The forth variable.", "properties": [], "mode": "standard", "examples": { "name": "Examples", "values": [ null, "test1", "test2" ] }, "gen_examples": [ null ], "mandatory_without_value": false }, "var5": { "type": "variable", "default": { "name": "Default", "values": true }, "variable_type": "boolean", "path": "var5", "names": [ "var5" ], "description": "The fifth variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "examples": { "name": "Example", "values": false }, "gen_examples": [ false ], "mandatory_without_value": false }, "var6": { "type": "variable", "variable_type": "string", "path": "var6", "names": [ "var6" ], "description": "The sixth variable.", "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, "examples": { "name": "Examples", "values": [ "test1", "test2" ] }, "gen_examples": [ [ "test1", "test2" ] ], "mandatory_without_value": true } }