Microsoft Graph · Schema

meetingInfo

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmeetinginfo-schema.json Raw ↑
{
  "$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"
    }
  }
}