{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.commsNotification", "title": "commsNotification", "required": [ "@odata.type" ], "type": "object", "properties": { "changeType": { "$ref": "#/components/schemas/microsoft.graph.changeType" }, "resourceUrl": { "type": "string", "description": "URI of the resource that was changed." }, "@odata.type": { "type": "string" } } }