Microsoft Office 365 · JSON Structure

Microsoft Graph Online Meeting Info Structure

Type: object Properties: 6
CloudCollaborationEnterpriseMicrosoftProductivity

OnlineMeetingInfo is a JSON Structure definition published by Microsoft Office 365, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

joinUrl conferenceId tollNumber tollFreeNumbers quickDial phones

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OnlineMeetingInfo",
  "type": "object",
  "properties": {
    "joinUrl": {
      "type": "string"
    },
    "conferenceId": {
      "type": "string"
    },
    "tollNumber": {
      "type": "string"
    },
    "tollFreeNumbers": {
      "type": "array"
    },
    "quickDial": {
      "type": "string"
    },
    "phones": {
      "type": "array"
    }
  }
}