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

73 lines
1.5 KiB
JSON
Raw Normal View History

2025-10-03 06:44:25 +02:00
{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
2025-10-03 06:44:25 +02:00
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"condition": {
2025-10-03 06:44:25 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": false
},
"properties": [
{
"type": "type",
"name": "boolean"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.condition",
2025-10-03 06:44:25 +02:00
"names": [
"condition"
],
2025-10-14 12:58:39 +02:00
"description": "A condition."
2025-10-03 06:44:25 +02:00
},
"variable": {
2025-10-03 06:44:25 +02:00
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "disabled",
"annotation": "when the variable \"rougail.condition\" has the value \"true\"."
}
],
2025-10-14 12:58:39 +02:00
"path": "rougail.variable",
2025-10-03 06:44:25 +02:00
"names": [
"variable"
],
2025-10-14 12:58:39 +02:00
"description": "A variable."
2025-10-03 06:44:25 +02:00
}
}
}
}