rougail-output-doc/tests/results/test_without_family/01_6string_multi_length.json

99 lines
No EOL
1.8 KiB
JSON

{
"var1": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"val1",
"val2",
"val3"
]
},
"variable_type": "string",
"validators": {
"name": "Validator",
"values": {
"description": "needs exactly 3 values"
}
},
"path": "var1",
"names": [
"var1"
],
"description": "The 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": [
[
"val1",
"val2",
"val3"
]
],
"mandatory_without_value": false
},
"var2": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"val4",
"val5"
]
},
"variable_type": "string",
"validators": {
"name": "Validators",
"values": [
{
"description": "needs a minimum of 1 values"
},
{
"description": "needs a maximum of 4 values"
}
]
},
"path": "var2",
"names": [
"var2"
],
"description": "The 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": [
[
"val4",
"val5"
]
],
"mandatory_without_value": false
}
}