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

73 lines
No EOL
1.8 KiB
JSON

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