rougail-output-doc/tests/results/test_namespace/40_9leadership-calculation-variable.json

172 lines
4.3 KiB
JSON
Raw Permalink Normal View History

2025-04-25 14:17:07 +02:00
{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
2025-04-25 14:17:07 +02:00
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
2025-04-25 14:17:07 +02:00
},
"children": {
"calculate": {
2025-04-25 14:17:07 +02:00
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": [
"value1",
"value2"
]
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "rougail.calculate",
"names": [
"calculate"
],
"description": "A calculated variable.",
2025-04-25 14:17:07 +02:00
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
2025-04-25 14:17:07 +02:00
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
2025-04-25 14:17:07 +02:00
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"value1",
"value2"
]
],
"mandatory_without_value": false
2025-04-25 14:17:07 +02:00
},
"leader": {
"type": "leadership",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail.leader",
2025-04-25 14:17:07 +02:00
"names": [
"leader"
],
2025-10-14 12:58:39 +02:00
"description": "A leadership",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
2025-04-25 14:17:07 +02:00
"help": [
2025-10-29 10:46:57 +01:00
"This family contains lists of variable blocks"
2025-04-25 14:17:07 +02:00
]
},
"children": {
"leader": {
2025-04-25 14:17:07 +02:00
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "rougail.calculate"
},
"description": "A calculated variable"
}
2025-09-22 09:42:46 +02:00
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "rougail.leader.leader",
"names": [
"leader"
],
"description": "A leader.",
2025-04-25 14:17:07 +02:00
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
2025-04-25 14:17:07 +02:00
},
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "unique",
"ori_name": "unique",
"access_control": false
2025-04-25 14:17:07 +02:00
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"multiple": true,
"gen_examples": [
[
"value1",
"value2"
]
],
"mandatory_without_value": false
2025-04-25 14:17:07 +02:00
},
"follower1": {
2025-04-25 14:17:07 +02:00
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "val11"
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "rougail.leader.follower1",
2025-04-25 14:17:07 +02:00
"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": "standard",
"gen_examples": [
[
"val11",
"val11"
]
],
"mandatory_without_value": false
2025-04-25 14:17:07 +02:00
},
"follower2": {
2025-04-25 14:17:07 +02:00
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "val21"
},
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "rougail.leader.follower2",
2025-04-25 14:17:07 +02:00
"names": [
"follower2"
],
"description": "An other follower.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
[
"val21",
"val21"
]
],
"mandatory_without_value": false
2025-04-25 14:17:07 +02:00
}
}
}
}
}
}