rougail-output-doc/tests/results/test_without_family/40_0leadership_leader_follower.json

93 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"leadership": {
"type": "leadership",
"informations": {
"path": "leadership",
"names": [
"leadership"
],
"description": "A leadership",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
"help": [
"This family contains lists of variable blocks"
]
},
"children": {
"leader": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"value1",
"value2"
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "leadership.leader",
"names": [
"leader"
],
"description": "A leader.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"value1",
"value2"
]
],
"mandatory_without_value": false
},
"follower": {
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "leadership.leader"
},
"description": "A leader"
}
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "leadership.follower",
"names": [
"follower"
],
"description": "A follower.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
[
"value1",
"value2"
]
],
"mandatory_without_value": false
}
}
}
}