rougail-output-doc/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json

142 lines
3.2 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"condition": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "yes"
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.condition",
"names": [
"condition"
],
"description": "A condition.",
"gen_examples": [
"yes"
],
"mandatory_without_value": false
},
"leader": {
"type": "leadership",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.leader",
"names": [
"leader"
],
2025-10-14 12:58:39 +02:00
"description": "A leadership",
"properties": [
{
"type": "mode",
"name": "basic"
}
],
"help": [
2025-10-29 10:46:57 +01:00
"This family contains lists of variable blocks"
]
},
"children": {
"leader": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.leader.leader",
"names": [
"leader"
],
"description": "A leader.",
"gen_examples": [
[
"example"
]
],
"mandatory_without_value": true
},
"follower": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "disabled",
2025-11-21 08:15:00 +01:00
"annotation": {
"description": "if condition is yes"
}
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.leader.follower",
"names": [
"follower"
],
"description": "A follower.",
"gen_examples": [
[
"example"
]
],
"mandatory_without_value": true
}
}
}
}
}
}