{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.callTranscriptEventMessageDetail", "title": "microsoft.graph.callTranscriptEventMessageDetail", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.eventMessageDetail" }, { "title": "callTranscriptEventMessageDetail", "required": [ "@odata.type" ], "type": "object", "properties": { "callId": { "type": "string", "description": "Unique identifier of the call.", "nullable": true }, "callTranscriptICalUid": { "type": "string", "description": "Unique identifier for a call transcript.", "nullable": true }, "meetingOrganizer": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The organizer of the meeting." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.callTranscriptEventMessageDetail" } } } ], "x-ms-discriminator-value": "#microsoft.graph.callTranscriptEventMessageDetail" }