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

88 lines
2.2 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
2026-03-14 20:51:52 +01:00
"mode": "standard",
"help": [
"This family is a namespace"
]
},
"children": {
"fam1": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.fam1",
2026-03-29 11:01:15 +02:00
"name": "fam1",
2025-10-14 12:58:39 +02:00
"description": "First family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"var": {
2025-10-14 12:58:39 +02:00
"path": "rougail.fam1.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"
}
}
},
"fam2": {
"type": "family",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.fam2",
2026-03-29 11:01:15 +02:00
"name": "fam2",
2025-10-14 12:58:39 +02:00
"description": "Second family",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"var": {
2026-03-29 11:01:15 +02:00
"path": "rougail.fam2.var",
"name": "var",
"description": "A 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": "rougail.fam1.var",
"type": "variable"
2025-10-29 10:46:57 +01:00
},
2026-03-29 12:42:01 +02:00
"description": "a variable"
2025-10-29 10:46:57 +01:00
}
2025-09-22 09:42:46 +02:00
},
2026-03-29 11:01:15 +02:00
"variable_type": "string"
}
}
}
}
}
}