{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.joinMeetingIdMeetingInfo", "title": "microsoft.graph.joinMeetingIdMeetingInfo", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.meetingInfo" }, { "title": "joinMeetingIdMeetingInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "joinMeetingId": { "type": "string", "description": "The ID used to join the meeting." }, "passcode": { "type": "string", "description": "The passcode used to join the meeting. Optional.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.joinMeetingIdMeetingInfo" } } } ], "x-ms-discriminator-value": "#microsoft.graph.joinMeetingIdMeetingInfo" }