rougail-output-doc/tests/results/test_namespace/40_2leadership_calculation_index_2.json

104 lines
No EOL
2.5 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [],
"mode": "standard"
},
"children": {
"leader": {
"type": "leadership",
"informations": {
"path": "rougail.leader",
"names": [
"leader"
],
"description": "A leadership",
"properties": [],
"mode": "standard",
"help": [
"This family contains lists of variable blocks"
]
},
"children": {
"leader": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"a",
"b",
"c"
]
},
"variable_type": "string",
"path": "rougail.leader.leader",
"names": [
"leader"
],
"description": "A 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",
"c"
]
],
"mandatory_without_value": false
},
"follower1": {
"type": "variable",
"default": {
"name": "Default",
"values": "the value of the index"
},
"variable_type": "integer",
"path": "rougail.leader.follower1",
"names": [
"follower1"
],
"description": "A follower.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
[
0,
1,
2
]
],
"mandatory_without_value": false
}
}
}
}
}
}