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

30 lines
547 B
JSON
Raw Normal View History

{
"int": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "integer",
"validators": {
"name": "Validator",
2025-11-21 08:15:00 +01:00
"values": {
"description": "the max 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": "basic",
"gen_examples": [
42
],
"mandatory_without_value": true
}
}