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

29 lines
No EOL
555 B
JSON

{
"int": {
"path": "int",
"name": "int",
"description": "An integer.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": 1000
},
"variable_type": "integer",
"validators": {
"name": "Validators",
"values": [
"the minimum value is 10",
"the maximum value is 100"
]
}
}
}