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

32 lines
No EOL
527 B
JSON

{
"int": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "integer"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": {
"name": "Validator",
"values": "the max value is 100"
},
"path": "int",
"names": [
"int"
],
"description": "An integer.",
"gen_examples": [
42
],
"mandatory_without_value": true
}
}