rougail-output-doc/tests/results/test_namespace/40_8calculation_multi_variable.json

136 lines
No EOL
2.8 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": [
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.var2"
},
"description": "A second variable"
},
{
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.var3"
},
"description": "A third variable"
}
]
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
"path": "rougail.var",
"names": [
"var"
],
"description": "A first variable.",
"gen_examples": [
[
"no",
"yes"
]
],
"mandatory_without_value": false
},
"var2": {
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "rougail.var2",
"names": [
"var2"
],
"description": "A second variable.",
"gen_examples": [
"no"
],
"mandatory_without_value": false
},
"var3": {
"type": "variable",
"default": {
"name": "Default",
"values": "yes"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "rougail.var3",
"names": [
"var3"
],
"description": "A third variable.",
"gen_examples": [
"yes"
],
"mandatory_without_value": false
}
}
}
}