Properties
| Name | Type | Description |
|---|---|---|
| calendar_id | string | |
| capacity | number | |
| conference | object | |
| created_at | string | |
| end_at | string | |
| has_polls | boolean | |
| has_qa | boolean | |
| has_recording | boolean | |
| id | string | |
| is_auto_approve | boolean | |
| is_enabled | boolean | |
| is_webcast | boolean | |
| join_url | string | |
| notes | string | |
| organizer | object | |
| panelist_password | string | |
| panelists | object | |
| raw | object | |
| recurrence | object | |
| registrant_password | string | |
| registrants | object | |
| require_address | boolean | |
| require_company | boolean | |
| require_email | boolean | |
| require_first_name | boolean | |
| require_job_title | boolean | |
| require_last_name | boolean | |
| require_phone | boolean | |
| start_at | string | |
| status | string | |
| subject | string | |
| timezone | string | |
| updated_at | string | |
| web_url | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CalendarWebinar",
"title": "CalendarWebinar",
"properties": {
"calendar_id": {
"type": "string"
},
"capacity": {
"type": "number"
},
"conference": {
"$ref": "#/components/schemas/property_CalendarWebinar_conference"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"end_at": {
"format": "date-time",
"type": "string"
},
"has_polls": {
"type": "boolean"
},
"has_qa": {
"type": "boolean"
},
"has_recording": {
"type": "boolean"
},
"id": {
"type": "string"
},
"is_auto_approve": {
"type": "boolean"
},
"is_enabled": {
"type": "boolean"
},
"is_webcast": {
"type": "boolean"
},
"join_url": {
"type": "string"
},
"notes": {
"type": "string"
},
"organizer": {
"$ref": "#/components/schemas/property_CalendarWebinar_organizer"
},
"panelist_password": {
"type": "string"
},
"panelists": {
"$ref": "#/components/schemas/property_CalendarWebinar_panelists"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"recurrence": {
"$ref": "#/components/schemas/property_CalendarWebinar_recurrence"
},
"registrant_password": {
"type": "string"
},
"registrants": {
"$ref": "#/components/schemas/property_CalendarWebinar_registrants"
},
"require_address": {
"type": "boolean"
},
"require_company": {
"type": "boolean"
},
"require_email": {
"type": "boolean"
},
"require_first_name": {
"type": "boolean"
},
"require_job_title": {
"type": "boolean"
},
"require_last_name": {
"type": "boolean"
},
"require_phone": {
"type": "boolean"
},
"start_at": {
"format": "date-time",
"type": "string"
},
"status": {
"enum": [
"CANCELED",
"CONFIRMED",
"TENTATIVE"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"subject": {
"type": "string"
},
"timezone": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"web_url": {
"type": "string"
}
},
"type": "object"
}
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/unified-to-calendarwebinar"
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.