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

76 lines
No EOL
1.3 KiB
JSON

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