rougail-output-doc/tests/results/test_namespace/04_5disabled_calculation_optional_default.json

115 lines
2.8 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"condition": {
"type": "variable",
"default": {
"name": "Default",
"values": false
},
2025-11-29 22:21:06 +01:00
"variable_type": "boolean",
2025-10-14 12:58:39 +02:00
"path": "rougail.condition",
"names": [
"condition"
],
"description": "A condition.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
false
],
"mandatory_without_value": false
},
"var1": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
2025-10-14 12:58:39 +02:00
"path": "rougail.var1",
"names": [
"var1"
],
"description": "A first variable.",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard",
"gen_examples": [
"example"
],
"mandatory_without_value": false
},
"var3": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "rougail.var3",
"names": [
"var3"
],
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "hidden",
2025-11-29 22:21:06 +01:00
"ori_name": "hidden",
"access_control": true,
2025-10-29 10:46:57 +01:00
"annotation": {
"message": "when the variable \"{0}\" is defined and has the value \"true\"",
"path": {
"path": "rougail.condition"
},
"description": "A condition"
}
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"gen_examples": [
"example"
],
"mandatory_without_value": false
},
"var4": {
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "string",
"path": "rougail.var4",
"names": [
"var4"
],
"description": "A forth variable.",
"properties": [
{
"type": "property",
"name": "hidden",
2025-11-29 22:21:06 +01:00
"ori_name": "hidden",
"access_control": true,
2025-10-29 10:46:57 +01:00
"annotation": {
"message": "when the variable \"{0}\" is defined and has the value \"true\"",
"path": {
"path": "rougail.condition"
},
"description": "A condition"
}
}
],
2025-11-29 22:21:06 +01:00
"mode": "standard",
"gen_examples": [
"example"
],
"mandatory_without_value": false
}
}
}
}