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

54 lines
No EOL
971 B
JSON

{
"var1": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"no",
"yes"
]
},
"variable_type": "string",
"validators": {
"name": "Validator",
"values": {
"description": "check length is less than 3"
}
},
"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,
"examples": {
"name": "Examples",
"values": [
"val1",
"val2"
]
},
"gen_examples": [
[
"val1",
"val2"
]
],
"mandatory_without_value": false
}
}