{ "my_variable": { "path": "my_variable", "name": "my_variable", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "val1" }, "variable_type": "string" }, "my_calculated_variable": { "path": "my_calculated_variable", "name": "my_calculated_variable", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false }, { "type": "property", "name": "unique", "ori_name": "unique", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": [ { "message": "the value of the variable \"{0}\" if it is defined", "path": { "path": "my_variable", "type": "variable" }, "description": "my_variable" } ] }, "variable_type": "string", "multiple": true } }