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

80 lines
1.5 KiB
JSON
Raw Normal View History

2025-11-10 14:01:45 +01:00
{
"var1": {
2026-03-29 11:01:15 +02:00
"path": "var1",
"name": "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",
2025-11-10 14:01:45 +01:00
"type": "variable",
"default": {
"name": "Default",
"values": [
"val1",
"val2",
"val3"
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-11-10 14:01:45 +01:00
"validators": {
"name": "Validator",
2025-11-21 08:15:00 +01:00
"values": {
"description": "needs exactly 3 values"
}
2025-11-10 14:01:45 +01:00
},
2026-03-29 11:01:15 +02:00
"multiple": true
},
"var2": {
"path": "var2",
"name": "var2",
2025-11-10 14:01:45 +01:00
"description": "The variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
2025-11-10 14:01:45 +01:00
"type": "variable",
"default": {
"name": "Default",
"values": [
"val4",
"val5"
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-11-10 14:01:45 +01:00
"validators": {
"name": "Validators",
"values": [
2025-11-21 08:15:00 +01:00
{
"description": "needs a minimum of 1 values"
},
{
"description": "needs a maximum of 4 values"
}
2025-11-10 14:01:45 +01:00
]
},
2026-03-29 11:01:15 +02:00
"multiple": true
2025-11-10 14:01:45 +01:00
}
}