rougail-output-doc/tests/results/test_namespace_without_family/00_9extra_calculation.json

164 lines
No EOL
3.4 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": "value"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "rougail.variable",
"names": [
"variable"
],
"description": "A variable.",
"gen_examples": [
"value"
],
"mandatory_without_value": false
}
}
},
"extra": {
"type": "namespace",
"informations": {
"path": "extra",
"names": [
"extra"
],
"description": "Extra",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"variable1": {
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.variable"
},
"description": "A variable"
}
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "extra.variable1",
"names": [
"variable1"
],
"description": "A first variable.",
"gen_examples": [
"value"
],
"mandatory_without_value": false
},
"variable2": {
"type": "variable",
"default": {
"name": "Default",
"values": "copy the value of rougail.variable"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "extra.variable2",
"names": [
"variable2"
],
"description": "A second variable.",
"gen_examples": [
"value"
],
"mandatory_without_value": false
},
"variable3": {
"type": "variable",
"default": {
"name": "Default",
"values": "copy the value of rougail.variable"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "extra.variable3",
"names": [
"variable3"
],
"description": "A third variable.",
"gen_examples": [
"value"
],
"mandatory_without_value": false
}
}
}
}