{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.eventMessageResponse", "title": "microsoft.graph.eventMessageResponse", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.eventMessage" }, { "title": "eventMessageResponse", "required": [ "@odata.type" ], "type": "object", "properties": { "proposedNewTime": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.timeSlot" }, { "type": "object", "nullable": true } ], "description": "An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable." }, "responseType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.responseType" }, { "type": "object", "nullable": true } ], "description": "Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.eventMessageResponse" } } } ], "x-ms-discriminator-value": "#microsoft.graph.eventMessageResponse" }