rougail-output-doc/tests/results/test_without_family/16_5redefine_choice.json

31 lines
543 B
JSON
Raw Normal View History

{
"variable": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"b"
]
},
"path": "variable",
"names": [
"variable"
],
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": true
}
}