158 lines
No EOL
3.4 KiB
JSON
158 lines
No EOL
3.4 KiB
JSON
{
|
|
"leader": {
|
|
"type": "leadership",
|
|
"informations": {
|
|
"path": "leader",
|
|
"names": [
|
|
"leader"
|
|
],
|
|
"description": "A leadership",
|
|
"properties": [],
|
|
"mode": "standard",
|
|
"help": [
|
|
"This family contains lists of variable blocks"
|
|
]
|
|
},
|
|
"children": {
|
|
"leader": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": [
|
|
"value1",
|
|
"value2"
|
|
]
|
|
},
|
|
"variable_type": "string",
|
|
"path": "leader.leader",
|
|
"names": [
|
|
"leader"
|
|
],
|
|
"description": "A leader.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "unique",
|
|
"ori_name": "unique",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"multiple": true,
|
|
"gen_examples": [
|
|
[
|
|
"value1",
|
|
"value2"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"follower1": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "val11"
|
|
},
|
|
"variable_type": "string",
|
|
"path": "leader.follower1",
|
|
"names": [
|
|
"follower1"
|
|
],
|
|
"description": "A follower.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
[
|
|
"val11",
|
|
"val11"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"follower2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "val21"
|
|
},
|
|
"variable_type": "string",
|
|
"path": "leader.follower2",
|
|
"names": [
|
|
"follower2"
|
|
],
|
|
"description": "An other follower.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
[
|
|
"val21",
|
|
"val21"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
},
|
|
"calculate": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": {
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "leader.leader"
|
|
},
|
|
"description": "A leader"
|
|
}
|
|
},
|
|
"variable_type": "string",
|
|
"path": "calculate",
|
|
"names": [
|
|
"calculate"
|
|
],
|
|
"description": "A calculated variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "unique",
|
|
"ori_name": "unique",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"multiple": true,
|
|
"gen_examples": [
|
|
[
|
|
"value1",
|
|
"value2"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
} |