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

98 lines
2 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"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"
]
},
2025-10-14 12:58:39 +02:00
"path": "rougail.var1",
"names": [
"var1"
],
"description": "The first variable.",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.var1"
},
"description": "The first variable"
}
2025-09-22 09:42:46 +02:00
},
"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"
]
},
2025-10-14 12:58:39 +02:00
"path": "rougail.var2",
"names": [
"var2"
],
"description": "The second variable.",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": false
}
}
}
}