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

109 lines
No EOL
2.2 KiB
JSON

{
"leader": {
"type": "leadership",
"informations": {
"path": "leader",
"names": [
"leader"
],
"description": "leader",
"properties": [],
"mode": "standard",
"help": [
"This family contains lists of variable blocks"
]
},
"children": {
"leader": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"a",
"b"
]
},
"variable_type": "string",
"path": "leader.leader",
"names": [
"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": [
[
"a",
"b"
]
],
"mandatory_without_value": false
},
"follower": {
"type": "variable",
"variable_type": "string",
"path": "leader.follower",
"names": [
"follower"
],
"properties": [],
"mode": "standard",
"gen_examples": [
[
"example",
"example"
]
],
"mandatory_without_value": false
}
}
},
"variable": {
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "leader.follower"
},
"description": "Follower"
}
},
"variable_type": "string",
"path": "variable",
"names": [
"variable"
],
"properties": [
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"multiple": true,
"gen_examples": [
[
null,
null
]
],
"mandatory_without_value": false
}
}