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

77 lines
1.4 KiB
JSON
Raw Normal View History

2025-10-29 10:46:57 +01:00
{
"dyn{{ identifier }}": {
"type": "dynamic",
"informations": {
"names": [
"dynval1",
"dynval2"
],
"identifiers": [
[
"val1"
],
[
"val2"
]
],
"path": "dyn{{ identifier }}",
"description": "dyn{{ identifier }}",
"properties": [
{
"type": "mode",
"name": "basic"
}
],
"identifier": [
"val1",
"val2"
],
"help": [
"This family builds families dynamically"
]
},
"children": {
"var": {
"names": [
"var",
"var"
],
"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"
},
{
"type": "property",
"name": "disabled",
"annotation": "when the identifier is \"val1\""
}
],
"gen_examples": [
"example",
"example"
],
"mandatory_without_value": true
2025-10-29 10:46:57 +01:00
}
}
}
}