Zoom · JSON Structure

Zoom Meeting Occurrence Structure

Type: object Properties: 4
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Properties

occurrence_id start_time duration status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Occurrence",
  "type": "object",
  "properties": {
    "occurrence_id": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    }
  }
}