77 lines
No EOL
1.4 KiB
JSON
77 lines
No EOL
1.4 KiB
JSON
{
|
|
"dyn{{ identifier }}": {
|
|
"type": "dynamic",
|
|
"informations": {
|
|
"names": [
|
|
"dynval1",
|
|
"dynval2"
|
|
],
|
|
"identifiers": [
|
|
[
|
|
"val1"
|
|
],
|
|
[
|
|
"val2"
|
|
]
|
|
],
|
|
"path": "dyn{{ identifier }}",
|
|
"description": "A dynamic family",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
}
|
|
],
|
|
"identifier": [
|
|
{
|
|
"submessage": "(from an undocumented variable)",
|
|
"values": [
|
|
"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"
|
|
}
|
|
],
|
|
"gen_examples": [
|
|
"example",
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
}
|
|
}
|
|
}
|
|
} |