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

49 lines
No EOL
1 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [],
"mode": "standard"
},
"children": {
"int": {
"type": "variable",
"default": {
"name": "Default",
"values": 1000
},
"variable_type": "integer",
"validators": {
"name": "Validators",
"values": [
"the minimum value is 10",
"the maximum value is 100"
]
},
"path": "rougail.int",
"names": [
"int"
],
"description": "An integer.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
1000
],
"mandatory_without_value": false
}
}
}
}