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

94 lines
1.7 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"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."
]
},
"rougail.var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "the value of the variable \"rougail.var1\"."
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"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."
]
}
}
}
}