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

36 lines
588 B
JSON
Raw Normal View History

{
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": 9
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": {
"name": "Choices",
2025-10-29 10:46:57 +01:00
"values": "choice for 0 to 9"
},
2025-10-14 12:58:39 +02:00
"path": "var",
"names": [
"var"
],
"description": "A variable.",
"gen_examples": [
9
],
"mandatory_without_value": false
}
}