{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.participantLeftNotification", "title": "microsoft.graph.participantLeftNotification", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "participantLeftNotification", "required": [ "@odata.type" ], "type": "object", "properties": { "participantId": { "type": "string", "description": "ID of the participant under the policy who has left the meeting." }, "call": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.call" }, { "type": "object", "nullable": true } ], "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.participantLeftNotification" }