스키마
{
"type": "object",
"properties": {
"id": {
"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\\n An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}."
}
},
"additionalProperties": false
}