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

104 lines
No EOL
2.1 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"variable": {
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "extra.variable"
},
"description": "A variable"
}
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "rougail.variable",
"names": [
"variable"
],
"description": "A variable.",
"gen_examples": [
"value in extra"
],
"mandatory_without_value": false
}
}
},
"extra": {
"type": "namespace",
"informations": {
"path": "extra",
"names": [
"extra"
],
"description": "Extra",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"variable": {
"type": "variable",
"default": {
"name": "Default",
"values": "value in extra"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "extra.variable",
"names": [
"variable"
],
"description": "A variable.",
"gen_examples": [
"value in extra"
],
"mandatory_without_value": false
}
}
}
}