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

88 lines
No EOL
2.2 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"name": "rougail",
"description": "Rougail",
"properties": [],
"mode": "standard",
"help": [
"This family is a namespace"
]
},
"children": {
"fam1": {
"type": "family",
"informations": {
"path": "rougail.fam1",
"name": "fam1",
"description": "First family",
"properties": [],
"mode": "standard"
},
"children": {
"var": {
"path": "rougail.fam1.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"variable_type": "string"
}
}
},
"fam2": {
"type": "family",
"informations": {
"path": "rougail.fam2",
"name": "fam2",
"description": "Second family",
"properties": [],
"mode": "standard"
},
"children": {
"var": {
"path": "rougail.fam2.var",
"name": "var",
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.fam1.var",
"type": "variable"
},
"description": "a variable"
}
},
"variable_type": "string"
}
}
}
}
}
}