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

35 lines
648 B
JSON
Raw Normal View History

{
"int": {
"type": "variable",
"default": {
"name": "Default",
"values": 1000
},
2025-11-29 22:21:06 +01:00
"variable_type": "integer",
"validators": {
"name": "Validators",
"values": [
"the minimum value is 10",
"the maximum value is 100"
]
},
"path": "int",
"names": [
"int"
],
"description": "An integer.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
1000
],
"mandatory_without_value": false
}
}