{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.meetingInfo", "title": "meetingInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.joinMeetingIdMeetingInfo": "#/components/schemas/microsoft.graph.joinMeetingIdMeetingInfo", "#microsoft.graph.organizerMeetingInfo": "#/components/schemas/microsoft.graph.organizerMeetingInfo", "#microsoft.graph.tokenMeetingInfo": "#/components/schemas/microsoft.graph.tokenMeetingInfo" } } }