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

34 lines
No EOL
623 B
JSON

{
"int": {
"type": "variable",
"default": {
"name": "Default",
"values": 1000
},
"variable_type": "integer",
"validators": {
"name": "Validator",
"values": {
"description": "the max value is 100"
}
},
"path": "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
}
}