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

80 lines
1.8 KiB
JSON
Raw Normal View History

2026-01-27 16:08:39 +01:00
{
"condition": {
"path": "condition",
2026-03-29 11:01:15 +02:00
"name": "condition",
2026-01-27 16:08:39 +01:00
"description": "A condition.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": true
},
"variable_type": "boolean"
2026-01-27 16:08:39 +01:00
},
"variable1": {
"path": "variable1",
2026-03-29 11:01:15 +02:00
"name": "variable1",
2026-01-27 16:08:39 +01:00
"description": "A variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "disabled",
"ori_name": "disabled",
"access_control": true,
"annotation": {
2026-03-29 12:42:01 +02:00
"message": "when the variable \"{0}\" has the value \"true\".",
2026-01-27 16:08:39 +01:00
"path": {
"path": "condition"
},
2026-03-29 12:42:01 +02:00
"description": "a condition"
2026-01-27 16:08:39 +01:00
}
}
],
"mode": "basic",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string"
2026-01-27 16:08:39 +01:00
},
"variable2": {
"path": "variable2",
2026-03-29 11:01:15 +02:00
"name": "variable2",
2026-01-27 16:08:39 +01:00
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "disabled",
"ori_name": "disabled",
"access_control": true,
"annotation": {
2026-03-29 12:42:01 +02:00
"message": "when the variable \"{0}\" is \"disabled\".",
2026-01-27 16:08:39 +01:00
"path": {
"path": "variable1"
},
2026-03-29 12:42:01 +02:00
"description": "a variable"
2026-01-27 16:08:39 +01:00
}
}
],
"mode": "basic",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string"
2026-01-27 16:08:39 +01:00
}
}