rougail-output-doc/tests/results/test/04_5validators_multi3.json

50 lines
831 B
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": [
0,
1,
2
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "integer",
"validators": {
"name": "Validator",
"values": {
"description": "value must be equal to index"
}
},
"path": "var1",
"names": [
"var1"
],
"description": "A second variable.",
"properties": [
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
}
],
2025-11-29 22:21:06 +01:00
"multiple": true,
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Example",
"values": 0
},
"gen_examples": [
[
0
]
],
"mandatory_without_value": false
}
}