{ "var1": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "var1", "names": [ "var1" ], "description": "The first variable.", "gen_examples": [ "a_choice" ], "mandatory_without_value": true }, "var2": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "var2", "names": [ "var2" ], "description": "The second variable.", "gen_examples": [ "a_choice" ], "mandatory_without_value": true }, "var3": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c", null ] }, "path": "var3", "names": [ "var3" ], "description": "The third variable.", "gen_examples": [ "a_choice" ], "mandatory_without_value": false }, "var4": { "type": "variable", "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" } ], "choices": { "name": "Choices", "values": [ null, "b", "c" ] }, "path": "var4", "names": [ "var4" ], "description": "The forth variable.", "gen_examples": [ "a_choice" ], "mandatory_without_value": false }, "var5": { "type": "variable", "default": { "name": "Default", "values": "a" }, "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "var5", "names": [ "var5" ], "description": "The fifth variable.", "gen_examples": [ "a" ], "mandatory_without_value": false }, "var6": { "type": "variable", "default": { "name": "Default", "values": 1 }, "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ 1, 2, 3 ] }, "path": "var6", "names": [ "var6" ], "description": "The sixth variable.", "gen_examples": [ 1 ], "mandatory_without_value": false } }