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

32 lines
527 B
JSON
Raw Normal View History

{
"int": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "integer"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"validators": {
"name": "Validator",
2025-10-29 10:46:57 +01:00
"values": "the max value is 100"
2025-09-22 09:42:46 +02:00
},
2025-10-14 12:58:39 +02:00
"path": "int",
"names": [
"int"
],
"description": "An integer.",
"gen_examples": [
42
],
"mandatory_without_value": true
}
}