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

84 lines
No EOL
1.6 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "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"
}
],
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"path": "rougail.var1",
"names": [
"var1"
],
"description": "The first variable."
},
"rougail.var2": {
"type": "variable",
"default": {
"name": "Default",
"values": "the value of the variable \"rougail.var1\"."
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"path": "rougail.var2",
"names": [
"var2"
],
"description": "The second variable."
}
}
}
}