RapiDoc · Schema
RapiDoc Events
Custom events emitted by the rapi-doc web component that can be listened to for integration with application logic.
DocumentationPlatformWeb ComponentsOpenAPI
Properties
| Name | Type | Description |
|---|---|---|
| spec-loaded | object | Fired when the OpenAPI spec is successfully parsed and loaded. |
| before-try | object | Fired before a Try It request is sent. Can be used to modify the request. |
| after-try | object | Fired after a Try It request completes. Contains the response data. |
| api-server-change | object | Fired when the user selects a different API server from the server list. |
| before-render | object | Fired before the component renders the spec. Can be used to modify the spec before display. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/rapidoc/blob/main/json-schema/rapidoc-events.json",
"title": "RapiDoc Events",
"description": "Custom events emitted by the rapi-doc web component that can be listened to for integration with application logic.",
"type": "object",
"properties": {
"spec-loaded": {
"type": "object",
"description": "Fired when the OpenAPI spec is successfully parsed and loaded.",
"properties": {
"detail": {
"type": "object",
"description": "The parsed OpenAPI specification object."
}
}
},
"before-try": {
"type": "object",
"description": "Fired before a Try It request is sent. Can be used to modify the request.",
"properties": {
"detail": {
"type": "object",
"description": "Request details including URL, method, headers, and body."
}
}
},
"after-try": {
"type": "object",
"description": "Fired after a Try It request completes. Contains the response data.",
"properties": {
"detail": {
"type": "object",
"description": "Response details including status, headers, and body."
}
}
},
"api-server-change": {
"type": "object",
"description": "Fired when the user selects a different API server from the server list.",
"properties": {
"detail": {
"type": "object",
"properties": {
"selectedServer": {
"type": "object",
"description": "The newly selected server object from the spec."
}
}
}
}
},
"before-render": {
"type": "object",
"description": "Fired before the component renders the spec. Can be used to modify the spec before display.",
"properties": {
"detail": {
"type": "object",
"description": "The spec data about to be rendered."
}
}
}
}
}
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/rapidoc-events"
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.