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

113 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2025-11-10 14:01:45 +01:00
{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
2025-11-10 14:01:45 +01:00
},
"children": {
"var1": {
"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
},
"path": "rougail.var1",
"names": [
"var1"
],
"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",
"multiple": true,
2025-11-10 14:01:45 +01:00
"gen_examples": [
[
"val1",
"val2",
"val3"
]
],
"mandatory_without_value": false
},
"var2": {
"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
]
},
"path": "rougail.var2",
"names": [
"var2"
],
"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",
"multiple": true,
2025-11-10 14:01:45 +01:00
"gen_examples": [
[
"val4",
"val5"
]
],
"mandatory_without_value": false
}
}
}
}