{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.organizerMeetingInfo", "title": "microsoft.graph.organizerMeetingInfo", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.meetingInfo" }, { "title": "organizerMeetingInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "organizer": { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.organizerMeetingInfo" } } } ], "x-ms-discriminator-value": "#microsoft.graph.organizerMeetingInfo" }