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

95 lines
2 KiB
JSON
Raw Normal View History

2025-10-16 20:58:39 +02:00
{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynval1",
"dynval2"
],
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "rougail.dyn{{ identifier }}",
"description": "A dynamic family",
"properties": [
{
"type": "mode",
"name": "basic"
}
],
"identifier": [
{
"submessage": "(from an undocumented variable)",
"values": [
"val1",
"val2"
]
}
],
"help": [
2025-10-29 10:46:57 +01:00
"This family builds families dynamically"
2025-10-16 20:58:39 +02:00
]
},
"children": {
"var": {
"names": [
"var",
"var"
],
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "rougail.dyn{{ identifier }}.var",
"description": "A dynamic variable.",
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"gen_examples": [
"example",
"example"
],
"mandatory_without_value": true
2025-10-16 20:58:39 +02:00
}
}
}
}
}
}