Microsoft Graph · Schema

microsoft.graph.virtualEventsRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphvirtualeventsroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.virtualEventsRoot",
  "title": "microsoft.graph.virtualEventsRoot",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "virtualEventsRoot",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "events": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.virtualEvent"
          },
          "x-ms-navigationProperty": true
        },
        "townhalls": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.virtualEventTownhall"
          },
          "description": "A collection of town halls. Nullable.",
          "x-ms-navigationProperty": true
        },
        "webinars": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.virtualEventWebinar"
          },
          "description": "A collection of webinars. Nullable.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.virtualEventsRoot"
}