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

95 lines
1.7 KiB
JSON
Raw Normal View History

{
"var": {
"type": "variable",
"default": [
"val1",
"val2"
],
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
"paths": [
"var"
],
"names": [
"var"
],
"descriptions": [
"A suffix variable."
]
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"paths": [
"dynval1",
"dynval2"
],
"names": [
"dynval1",
"dynval2"
],
"description": "a dynamic family",
"properties": [
{
"type": "mode",
"name": "standard"
}
],
"identifiers": "the value of the variable \"var\".",
"help": [
"This family builds families dynamically."
]
},
"children": {
2025-02-19 12:49:21 +01:00
"dyn{{ identifier }}.var": {
"paths": [
"dynval1.var",
"dynval2.var"
],
"names": [
"var",
"var"
],
"type": "variable",
"default": "the value of the identifier.",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"descriptions": [
"Suffix has value."
]
}
}
}
}