{ "variable": { "type": "variable", "default": { "name": "Default", "values": "c" }, "properties": [ { "type": "type", "name": "choice" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "choices": { "name": "Choices", "values": [ "a", "b", "c" ] }, "path": "variable", "names": [ "variable" ], "description": "A variable.", "gen_examples": [ "c" ], "mandatory_without_value": false } }