Microsoft Graph · Schema

microsoft.graph.virtualEventSession

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvirtualeventsession-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.virtualEventSession",
  "title": "microsoft.graph.virtualEventSession",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.onlineMeetingBase"
    },
    {
      "title": "virtualEventSession",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "endDateTime": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The virtual event session end time."
        },
        "startDateTime": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The virtual event session start time."
        },
        "videoOnDemandWebUrl": {
          "type": "string",
          "description": "The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.virtualEventSession"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.virtualEventSession"
}