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

31 lines
443 B
JSON
Raw Normal View History

{
"int": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "number"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": [
"the max value is 100."
],
"paths": [
"int"
],
"names": [
"int"
],
"descriptions": [
"A number."
]
}
}