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

102 lines
2.1 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 suffx 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 }}",
"description": "A dynamic family",
"properties": [],
"mode": "standard",
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
},
2026-03-29 12:42:01 +02:00
"description": "a suffx variable"
2025-10-29 10:46:57 +01:00
}
]
},
"children": {
"var": {
2026-03-29 11:01:15 +02:00
"path": "dyn{{ identifier }}.var",
"name": "var",
"description": "A dynamic variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
2026-03-29 11:01:15 +02:00
"mode": "standard",
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "val"
},
2026-03-29 11:01:15 +02:00
"variable_type": "string"
}
}
},
"newvar": {
2026-03-29 11:01:15 +02:00
"path": "newvar",
"name": "newvar",
"description": "A second variable.",
"properties": [],
"mode": "standard",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-11-21 08:15:00 +01:00
"values": {
2026-03-29 12:42:01 +02:00
"description": "the value of var."
2025-11-21 08:15:00 +01:00
}
2025-09-22 09:42:46 +02:00
},
2026-03-29 11:01:15 +02:00
"variable_type": "string"
}
}