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

71 lines
1.6 KiB
JSON
Raw Permalink 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": "basic"
},
"children": {
"var1": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "value"
},
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": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"value"
],
"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 third variable.",
"properties": [
{
"type": "property",
2025-11-29 22:21:06 +01:00
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "disabled",
2025-11-29 22:21:06 +01:00
"ori_name": "disabled",
"access_control": true,
2025-10-29 10:46:57 +01:00
"annotation": "depends on an undocumented variable"
}
],
2025-11-29 22:21:06 +01:00
"mode": "basic",
"gen_examples": [
"example"
],
"mandatory_without_value": true
}
}
}
}