Zoom · JSON Structure

Zoom Meeting Meeting Summary Structure

Type: object Properties: 10
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

MeetingSummary is a JSON Structure definition published by Zoom, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uuid id host_id topic start_time duration timezone created_at join_url agenda

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeetingSummary",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "host_id": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "timezone": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "join_url": {
      "type": "string"
    },
    "agenda": {
      "type": "string"
    }
  }
}