{ "variable1": { "type": "variable", "variable_type": "choice", "choices": { "name": "Choices", "values": [ "val1", "val2" ] }, "path": "variable1", "names": [ "variable1" ], "description": "A first 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, "gen_examples": [ [ "a_choice" ] ], "mandatory_without_value": true }, "variable2": { "type": "variable", "variable_type": "choice", "choices": { "name": "Choices", "values": [ "val1", "val2" ] }, "path": "variable2", "names": [ "variable2" ], "description": "A second variable.", "properties": [ { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "multiple": true, "gen_examples": [ [ "a_choice" ] ], "mandatory_without_value": false } }