rougail-output-doc/tests/results/test/60_5family_dynamic_calc_variable_empty.json

111 lines
2.3 KiB
JSON
Raw Normal View History

{
"var1": {
2025-10-14 12:58:39 +02:00
"path": "var1",
2026-03-29 11:01:15 +02:00
"name": "var1",
2025-10-14 12:58:39 +02:00
"description": "A suffix variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string",
2025-11-29 22:21:06 +01:00
"multiple": true,
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
"val1",
"val2"
]
2026-03-29 11:01:15 +02:00
}
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
2026-03-29 11:01:15 +02:00
"path": "dyn{{ identifier }}",
"name": "dyn{{ identifier }}",
"properties": [],
"mode": "basic",
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
2026-03-29 11:01:15 +02:00
"help": [
"This family builds families dynamically"
],
2025-10-14 12:58:39 +02:00
"identifier": [
2025-10-29 10:46:57 +01:00
{
"message": "the value of the variable \"{0}\"",
"path": {
2026-03-14 20:51:52 +01:00
"path": "var1",
"type": "variable"
2025-10-29 10:46:57 +01:00
},
"description": "A suffix variable"
}
]
},
"children": {
"var": {
2025-10-14 12:58:39 +02:00
"path": "dyn{{ identifier }}.var",
2026-03-29 11:01:15 +02:00
"name": "var",
2025-10-14 12:58:39 +02:00
"description": "A dynamic variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "basic",
2026-03-29 11:01:15 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string"
}
}
},
"var2": {
2026-03-29 11:01:15 +02:00
"path": "var2",
"name": "var2",
"description": "A variable calculated.",
"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}\" if it is defined",
"path": {
2026-03-14 20:51:52 +01:00
"path": "dyn{{ identifier }}.var",
"identifiers": [
"val1"
2026-03-29 11:01:15 +02:00
]
2025-10-29 10:46:57 +01:00
},
"description": "A dynamic variable"
}
2025-09-22 09:42:46 +02:00
},
2026-03-29 11:01:15 +02:00
"variable_type": "string"
}
}