rougail-output-doc/tests/results/test_without_family/40_9leadership-calculation-outside-follower-last.json

145 lines
No EOL
3.1 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": "depends on a calculation"
},
"variable_type": "string",
"path": "calculate",
"names": [
"calculate"
],
"description": "A calculated variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"val11"
]
],
"mandatory_without_value": false
}
}