rougail-output-doc/tests/results/test_without_family/01_9choice_variable_optional.json

30 lines
No EOL
530 B
JSON

{
"variable": {
"path": "variable",
"name": "variable",
"description": "A variable.",
"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",
"b",
"c"
]
}
}
}