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

32 lines
521 B
JSON
Raw Normal View History

{
"variable": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b"
]
},
2025-10-14 12:58:39 +02:00
"path": "variable",
"names": [
"variable"
],
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"gen_examples": [
"a_choice"
],
"mandatory_without_value": true
}
}