rougail-output-doc/tests/results/test_namespace_without_family/00_6choice.json

156 lines
3.4 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
2026-03-14 20:51:52 +01:00
"mode": "basic",
"help": [
"This family is a namespace"
]
},
"children": {
"var1": {
"path": "rougail.var1",
2026-03-29 11:01:15 +02:00
"name": "var1",
"description": "The first variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
2026-03-29 11:01:15 +02:00
}
},
"var2": {
"path": "rougail.var2",
2026-03-29 11:01:15 +02:00
"name": "var2",
"description": "The second variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"b",
2026-03-29 11:01:15 +02:00
"c"
]
2026-03-29 11:01:15 +02:00
}
},
"var3": {
"path": "rougail.var3",
2026-03-29 11:01:15 +02:00
"name": "var3",
"description": "The third variable.",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
2026-03-29 11:01:15 +02:00
"a",
"b",
2026-03-29 11:01:15 +02:00
"c",
null
]
2026-03-29 11:01:15 +02:00
}
},
"var4": {
"path": "rougail.var4",
2026-03-29 11:01:15 +02:00
"name": "var4",
"description": "The forth variable.",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
2026-03-29 11:01:15 +02:00
null,
"b",
"c"
]
2026-03-29 11:01:15 +02:00
}
},
"var5": {
"path": "rougail.var5",
2026-03-29 11:01:15 +02:00
"name": "var5",
"description": "The fifth variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
2026-03-29 11:01:15 +02:00
"values": "a"
},
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
2026-03-29 11:01:15 +02:00
"a",
"b",
"c"
]
2026-03-29 11:01:15 +02:00
}
},
"var6": {
"path": "rougail.var6",
2026-03-29 11:01:15 +02:00
"name": "var6",
"description": "The sixth variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": 1
},
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
1,
2,
3
]
}
}
}
}
}