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

36 lines
558 B
JSON
Raw Normal View History

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