Schema
{
"type": "object",
"properties": {
"viewID": {
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "The unique id of the view to close.\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
}
},
"required": [
"viewID"
],
"additionalProperties": false
}