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

82 lines
No EOL
1.6 KiB
JSON

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