rougail-output-doc/tests/results/test/00_6choice_calculation.json

28 lines
519 B
JSON
Raw Normal View History

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