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

84 lines
1.9 KiB
JSON
Raw Normal View History

2026-01-29 08:34:40 +01:00
{
"condition": {
"path": "condition",
2026-03-29 11:01:15 +02:00
"name": "condition",
2026-01-29 08:34:40 +01:00
"description": "A condition.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
2026-03-29 11:01:15 +02:00
"values": true
2026-01-29 08:34:40 +01:00
},
2026-03-29 11:01:15 +02:00
"variable_type": "boolean"
},
"variable1": {
2026-01-29 08:34:40 +01:00
"path": "variable1",
2026-03-29 11:01:15 +02:00
"name": "variable1",
2026-01-29 08:34:40 +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": {
"message": "when the variable \"{0}\" has the value \"true\"",
"path": {
"path": "condition"
},
"description": "A condition"
}
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": "not_disabled"
},
"variable_type": "string"
2026-01-29 08:34:40 +01:00
},
"variable2": {
"path": "variable2",
2026-03-29 11:01:15 +02:00
"name": "variable2",
2026-01-29 08:34:40 +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": {
"message": "when the variable \"{0}\" is disabled or has the value \"disabled\"",
"path": {
"path": "variable1"
},
"description": "A variable"
}
}
],
"mode": "basic",
2026-03-29 11:01:15 +02:00
"type": "variable",
"variable_type": "string"
2026-01-29 08:34:40 +01:00
}
}