Zoom · JSON Structure

Zoom Meeting Poll Question Structure

Type: object Properties: 12
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

PollQuestion 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

name type answer_required answers right_answers prompts rating_min_value rating_max_value rating_min_label rating_max_label answer_min_character answer_max_character

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PollQuestion",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "answer_required": {
      "type": "boolean"
    },
    "answers": {
      "type": "array"
    },
    "right_answers": {
      "type": "array"
    },
    "prompts": {
      "type": "array"
    },
    "rating_min_value": {
      "type": "integer"
    },
    "rating_max_value": {
      "type": "integer"
    },
    "rating_min_label": {
      "type": "string"
    },
    "rating_max_label": {
      "type": "string"
    },
    "answer_min_character": {
      "type": "integer"
    },
    "answer_max_character": {
      "type": "integer"
    }
  }
}