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

52 lines
996 B
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"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-11-21 08:15:00 +01:00
"values": {
"description": "the max value is 100"
}
2025-09-22 09:42:46 +02:00
},
2025-10-14 12:58:39 +02:00
"path": "rougail.int",
"names": [
"int"
],
"description": "An integer.",
"gen_examples": [
42
],
"mandatory_without_value": true
}
}
}
}