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

39 lines
605 B
JSON
Raw Normal View History

{
"var": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "c"
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
2025-10-14 12:58:39 +02:00
"c"
2025-09-22 09:42:46 +02:00
]
},
2025-10-14 12:58:39 +02:00
"path": "var",
"names": [
"var"
],
"description": "A choice.",
"gen_examples": [
"c"
],
"mandatory_without_value": false
}
}