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

47 lines
No EOL
861 B
JSON

{
"var1": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"no",
"yes"
]
},
"variable_type": "string",
"validators": {
"name": "Validator",
"values": {
"description": "check length is less than 10"
}
},
"path": "var1",
"names": [
"var1"
],
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"no",
"yes"
]
],
"mandatory_without_value": false
}
}