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

109 lines
1.9 KiB
JSON
Raw Normal View History

{
"var": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"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.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
"val1",
"val2"
]
}
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynval1",
"dynval2"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"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",
"var"
],
2025-10-14 12:58:39 +02:00
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "dyn{{ identifier }}.var",
"description": "A dynamic variable.",
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
]
}
}
}
}