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

51 lines
No EOL
1.1 KiB
JSON

{
"condition": {
"path": "condition",
"name": "condition",
"description": "A condition.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": false
},
"variable_type": "boolean"
},
"variable": {
"path": "variable",
"name": "variable",
"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": "basic",
"type": "variable",
"variable_type": "string"
}
}