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

104 lines
No EOL
2 KiB
JSON

{
"fam1": {
"type": "family",
"informations": {
"path": "fam1",
"names": [
"fam1"
],
"description": "First family",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "fam1.var",
"names": [
"var"
],
"description": "A variable.",
"gen_examples": [
"no"
],
"mandatory_without_value": false
}
}
},
"fam2": {
"type": "family",
"informations": {
"path": "fam2",
"names": [
"fam2"
],
"description": "Second family",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"var": {
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "fam1.var"
},
"description": "A variable"
}
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "fam2.var",
"names": [
"var"
],
"description": "A variable.",
"gen_examples": [
"no"
],
"mandatory_without_value": false
}
}
}
}