rougail-output-doc/tests/results/test_without_family/41_0choice_leader.json

76 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"leader": {
"type": "leadership",
"informations": {
"path": "leader",
"names": [
"leader"
],
"description": "The leadership",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "basic",
"help": [
"This family contains lists of variable blocks"
]
},
"children": {
"leader": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "leader.leader",
"names": [
"leader"
],
"description": "The leader.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "unique",
"ori_name": "unique",
"access_control": false
}
],
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"example"
]
],
"mandatory_without_value": false
},
"follower1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"path": "leader.follower1",
"names": [
"follower1"
],
"description": "A follower.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
[
"a_choice"
]
],
"mandatory_without_value": true
}
}
}
}