rougail-output-doc/tests/results/test/16_5exists_nonexists.json

42 lines
No EOL
815 B
JSON

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