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

229 lines
4.3 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
2025-02-19 12:49:21 +01:00
"rougail.var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"paths": [
"rougail.var1"
],
"names": [
"var1"
],
"descriptions": [
"The first variable."
]
},
2025-02-19 12:49:21 +01:00
"rougail.var2": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"paths": [
"rougail.var2"
],
"names": [
"var2"
],
"descriptions": [
"The second variable."
]
},
2025-02-19 12:49:21 +01:00
"rougail.var3": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c",
null
]
},
"paths": [
"rougail.var3"
],
"names": [
"var3"
],
"descriptions": [
"The third variable."
]
},
2025-02-19 12:49:21 +01:00
"rougail.var4": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
}
],
2025-09-22 09:42:46 +02:00
"choices": {
"name": "Choices",
"values": [
null,
"b",
"c"
]
},
"paths": [
"rougail.var4"
],
"names": [
"var4"
],
"descriptions": [
"The forth variable."
]
},
2025-02-19 12:49:21 +01:00
"rougail.var5": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "a"
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"default_is_already_set": true,
"choices": {
"name": "Choices",
"values": [
"a ← (default)",
"b",
"c"
]
},
"paths": [
"rougail.var5"
],
"names": [
"var5"
],
"descriptions": [
"The fifth variable."
]
},
2025-02-19 12:49:21 +01:00
"rougail.var6": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": 1
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"default_is_already_set": true,
"choices": {
"name": "Choices",
"values": [
"1 ← (default)",
2,
3
]
},
"paths": [
"rougail.var6"
],
"names": [
"var6"
],
"descriptions": [
"The sixth variable."
]
}
}
}
}