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

90 lines
1.6 KiB
JSON
Raw Normal View History

{
"var": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
2025-10-14 12:58:39 +02:00
"path": "var",
"names": [
"var"
],
2025-10-14 12:58:39 +02:00
"description": "A suffix variable."
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynexample"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"example"
]
],
"path": "dyn{{ identifier }}",
"description": "A dynamic family",
"properties": [
{
"type": "mode",
"name": "basic"
}
],
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": {
"path": "var"
},
"description": "A suffix variable"
}
2025-10-14 12:58:39 +02:00
],
"help": [
2025-10-29 10:46:57 +01:00
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"example"
]
],
"path": "dyn{{ identifier }}.var",
"description": "A dynamic variable.",
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
]
}
}
}
}