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

55 lines
No EOL
1.1 KiB
JSON

{
"var1": {
"path": "var1",
"name": "var1",
"description": "A first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "no"
},
"variable_type": "string"
},
"var2": {
"path": "var2",
"name": "var2",
"description": "A second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
},
{
"type": "property",
"name": "auto modified",
"ori_name": "force_store_value",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"default": {
"name": "Default",
"values": {
"message": "the value of the variable \"{0}\"",
"path": {
"path": "var1",
"type": "variable"
},
"description": "a first variable"
}
},
"variable_type": "string"
}
}