rougail-output-doc/tests/results/test_namespace/60_0family_dynamic_source_hidden.json

73 lines
1.7 KiB
JSON
Raw Normal View History

2025-10-16 20:58:39 +02:00
{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
2025-10-16 20:58:39 +02:00
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
2026-03-14 20:51:52 +01:00
"mode": "basic",
"help": [
"This family is a namespace"
]
2025-10-16 20:58:39 +02:00
},
"children": {
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
2026-03-29 11:01:15 +02:00
"path": "rougail.dyn{{ identifier }}",
"name": "dyn{{ identifier }}",
"description": "A dynamic family",
"properties": [],
"mode": "basic",
2025-10-16 20:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
2026-03-29 11:01:15 +02:00
"help": [
"This family builds families dynamically"
],
2025-10-16 20:58:39 +02:00
"identifier": [
{
"submessage": "(from an undocumented variable)",
"values": [
"val1",
"val2"
]
}
]
},
"children": {
"var": {
"path": "rougail.dyn{{ identifier }}.var",
2026-03-29 11:01:15 +02:00
"name": "var",
2025-10-16 20: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-10-16 20:58:39 +02:00
}
],
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"
2025-10-16 20:58:39 +02:00
}
}
}
}
}
}