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

30 lines
530 B
JSON
Raw Normal View History

{
"variable": {
2026-03-29 11:01:15 +02:00
"path": "variable",
"name": "variable",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "c"
},
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"b",
2025-10-14 12:58:39 +02:00
"c"
]
2026-03-29 11:01:15 +02:00
}
}
}