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

36 lines
No EOL
622 B
JSON

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