rougail-output-doc/tests/results/test/16_6choice_redefine.json

29 lines
No EOL
500 B
JSON

{
"var": {
"path": "var",
"name": "var",
"description": "A choice.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "c"
},
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"c"
]
}
}
}