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

122 lines
2.1 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": [
"dyn_val1",
"dyn_val2"
],
"names": [
"dyn_val1",
"dyn_val2"
],
"description": "a dynamic family",
"properties": [
{
"type": "mode",
"name": "standard"
}
],
"identifiers": "the value of the variable \"var\".",
"help": [
"This family builds families dynamically."
]
},
"children": {
"var": {
"paths": [
"dyn_val1.var",
"dyn_val2.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": [
"A variable inside dynamic family."
]
}
}
},
"var2": {
"type": "variable",
"default": "the value of the variable \"dyn_val1.var\".",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"var2"
],
"names": [
"var2"
],
"descriptions": [
"A variable."
]
}
}