Zoom · JSON Structure

Zoom Meeting Recurrence Structure

Type: object Properties: 8
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Properties

type repeat_interval weekly_days monthly_day monthly_week monthly_week_day end_times end_date_time

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Recurrence",
  "type": "object",
  "properties": {
    "type": {
      "type": "integer"
    },
    "repeat_interval": {
      "type": "integer"
    },
    "weekly_days": {
      "type": "string"
    },
    "monthly_day": {
      "type": "integer"
    },
    "monthly_week": {
      "type": "integer"
    },
    "monthly_week_day": {
      "type": "integer"
    },
    "end_times": {
      "type": "integer"
    },
    "end_date_time": {
      "type": "string"
    }
  }
}