Properties
| Name | Type | Description |
|---|---|---|
| name | string | Question text. |
| type | string | Question type. |
| answer_required | boolean | Whether an answer is required. |
| answers | array | Available answer options. |
| right_answers | array | Correct answers for quiz type polls. |
| prompts | array | Prompts for matching and rank order question types. |
| rating_min_value | integer | Minimum rating value for rating scale questions. |
| rating_max_value | integer | Maximum rating value for rating scale questions. |
| rating_min_label | string | Label for minimum rating value. |
| rating_max_label | string | Label for maximum rating value. |
| answer_min_character | integer | Minimum characters for short/long answer questions. |
| answer_max_character | integer | Maximum characters for short/long answer questions. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PollQuestion",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Question text."
},
"type": {
"type": "string",
"description": "Question type."
},
"answer_required": {
"type": "boolean",
"description": "Whether an answer is required."
},
"answers": {
"type": "array",
"description": "Available answer options."
},
"right_answers": {
"type": "array",
"description": "Correct answers for quiz type polls."
},
"prompts": {
"type": "array",
"description": "Prompts for matching and rank order question types."
},
"rating_min_value": {
"type": "integer",
"description": "Minimum rating value for rating scale questions."
},
"rating_max_value": {
"type": "integer",
"description": "Maximum rating value for rating scale questions."
},
"rating_min_label": {
"type": "string",
"description": "Label for minimum rating value."
},
"rating_max_label": {
"type": "string",
"description": "Label for maximum rating value."
},
"answer_min_character": {
"type": "integer",
"description": "Minimum characters for short/long answer questions."
},
"answer_max_character": {
"type": "integer",
"description": "Maximum characters for short/long answer questions."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zoom-meeting-poll-question"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.