rougail-output-doc/tests/results/test/00_9default_calculation_optional_exists.json

64 lines
No EOL
1.3 KiB
JSON

{
"my_variable": {
"path": "my_variable",
"name": "my_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": [
"val1",
"val2"
]
},
"variable_type": "string",
"multiple": true
},
"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
}
}