71 lines
No EOL
1.4 KiB
JSON
71 lines
No EOL
1.4 KiB
JSON
{
|
|
"dyn{{ identifier }}": {
|
|
"type": "dynamic",
|
|
"informations": {
|
|
"names": [
|
|
"dynval1",
|
|
"dynval2"
|
|
],
|
|
"identifiers": [
|
|
[
|
|
"val1"
|
|
],
|
|
[
|
|
"val2"
|
|
]
|
|
],
|
|
"path": "dyn{{ identifier }}",
|
|
"description": "dyn{{ identifier }}",
|
|
"properties": [],
|
|
"mode": "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",
|
|
"variable_type": "string",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "disabled",
|
|
"ori_name": "disabled",
|
|
"access_control": true,
|
|
"annotation": "when the identifier is \"val1\""
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"gen_examples": [
|
|
"example",
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
}
|
|
}
|
|
}
|
|
} |