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

119 lines
2 KiB
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
"paths": [
"var1"
],
"names": [
"var1"
],
"descriptions": [
"A suffix variable."
],
"examples": [
"val1",
"val2"
]
},
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"paths": [
"dynval1",
"dynval2"
],
"names": [
"dynval1",
"dynval2"
],
"properties": [
{
"type": "mode",
"name": "basic"
}
],
"identifiers": "the value of the variable \"var1\".",
"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",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"descriptions": [
"A dynamic variable."
]
}
}
},
"var2": {
"type": "variable",
"default": [
"the value of the variable \"dynval1.var\"",
"the value of the variable \"dynval2.var\""
],
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"var2"
],
"names": [
"var2"
],
"descriptions": [
"A variable calculated."
]
}
}