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

61 lines
1.3 KiB
JSON
Raw Normal View History

{
"var": {
2025-10-14 12:58:39 +02:00
"path": "var",
2026-03-29 11:01:15 +02:00
"name": "var",
"description": "A variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"variable_type": "string"
},
"fam1": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "fam1",
2026-03-29 11:01:15 +02:00
"name": "fam1",
2025-10-14 12:58:39 +02:00
"description": "A family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"var": {
2026-03-29 11:01:15 +02:00
"path": "fam1.var",
"name": "var",
"description": "A calculated variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
2026-03-14 20:51:52 +01:00
"path": "var",
"type": "variable"
2025-10-29 10:46:57 +01:00
},
"description": "A variable"
}
2025-09-22 09:42:46 +02:00
},
2026-03-29 11:01:15 +02:00
"variable_type": "string"
}
}
}
}