rougail-output-doc/tests/results/test/40_8calculation_multi_variable_parent.json

72 lines
No EOL
1.3 KiB
JSON

{
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "var",
"names": [
"var"
],
"description": "A variable."
},
"fam1": {
"type": "family",
"informations": {
"path": "fam1",
"names": [
"fam1"
],
"description": "A family",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": "the value of the variable \"var\"."
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "fam1.var",
"names": [
"var"
],
"description": "A calculated variable."
}
}
}
}