76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"a_dynamic_{{ identifier }}": {
|
||
|
|
"type": "dynamic",
|
||
|
|
"informations": {
|
||
|
|
"names": [
|
||
|
|
"a_dynamic_family1"
|
||
|
|
],
|
||
|
|
"identifiers": [
|
||
|
|
[
|
||
|
|
"family1"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"path": "a_dynamic_{{ identifier }}",
|
||
|
|
"description": "A dynamic {{ identifier }}",
|
||
|
|
"properties": [],
|
||
|
|
"help": [
|
||
|
|
"This family builds families dynamically"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"children": {
|
||
|
|
"a_subdyn_{{ identifier }}": {
|
||
|
|
"type": "dynamic",
|
||
|
|
"informations": {
|
||
|
|
"names": [
|
||
|
|
"a_subdyn_family4"
|
||
|
|
],
|
||
|
|
"identifiers": [
|
||
|
|
[
|
||
|
|
"family1",
|
||
|
|
"family4"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"path": "a_dynamic_{{ identifier }}.a_subdyn_{{ identifier }}",
|
||
|
|
"description": "A dynamic {{ identifier }}",
|
||
|
|
"properties": [],
|
||
|
|
"help": [
|
||
|
|
"This family builds families dynamically"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"children": {
|
||
|
|
"a_variable": {
|
||
|
|
"names": [
|
||
|
|
"a_variable"
|
||
|
|
],
|
||
|
|
"identifiers": [
|
||
|
|
[
|
||
|
|
"family1",
|
||
|
|
"family4"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"path": "a_dynamic_{{ identifier }}.a_subdyn_{{ identifier }}.a_variable",
|
||
|
|
"description": "A variable.",
|
||
|
|
"type": "variable",
|
||
|
|
"default": {
|
||
|
|
"name": "Default",
|
||
|
|
"values": "a_value"
|
||
|
|
},
|
||
|
|
"variable_type": "string",
|
||
|
|
"properties": [
|
||
|
|
{
|
||
|
|
"type": "property",
|
||
|
|
"name": "mandatory",
|
||
|
|
"ori_name": "mandatory",
|
||
|
|
"access_control": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"gen_examples": [
|
||
|
|
"a_value"
|
||
|
|
],
|
||
|
|
"mandatory_without_value": false
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|