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

44 lines
No EOL
961 B
JSON

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