Zoom · JSON Structure

Zoom Meeting Recording List Structure

Type: object Properties: 12
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Properties

uuid id host_id host_email topic start_time timezone duration total_size recording_count share_url recording_files

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RecordingList",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "host_id": {
      "type": "string"
    },
    "host_email": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "total_size": {
      "type": "integer"
    },
    "recording_count": {
      "type": "integer"
    },
    "share_url": {
      "type": "string"
    },
    "recording_files": {
      "type": "array"
    }
  }
}