rougail-output-doc/tests/results/test/04_5disabled_calculation_variable.json

55 lines
976 B
JSON
Raw Normal View History

{
"condition": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"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": "condition",
"names": [
"condition"
],
2025-10-14 12:58:39 +02:00
"description": "A condition."
},
"variable": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "disabled",
"annotation": "when the variable \"condition\" has the value \"true\"."
}
],
2025-10-14 12:58:39 +02:00
"path": "variable",
"names": [
"variable"
],
2025-10-14 12:58:39 +02:00
"description": "A variable."
}
}