RapiDoc · Schema
RapiDoc Slots
Named slots available in the rapi-doc web component where custom HTML content can be injected at predefined locations within the documentation UI.
DocumentationPlatformWeb ComponentsOpenAPI
Properties
| Name | Type | Description |
|---|---|---|
| logo | string | Slot for a custom logo image displayed in the navigation header. |
| header | string | Slot for custom header content placed in the header bar area. |
| footer | string | Slot for custom footer content placed at the bottom of the documentation. |
| nav-logo | string | Slot for a custom logo in the navigation sidebar. |
| overview | string | Slot for custom content displayed in the API overview/info section. |
| servers | string | Slot for custom content in the servers section. |
| auth | string | Slot for custom content in the authentication section. |
| tag--{tag-name} | string | Dynamic slot for injecting custom content before a specific tag group, where {tag-name} is the tag's name in lowercase with spaces replaced by hyphens. |
| endpoint--{method}--{path} | string | Dynamic slot for injecting custom content before a specific endpoint. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-evangelist/rapidoc/blob/main/json-schema/rapidoc-slots.json",
"title": "RapiDoc Slots",
"description": "Named slots available in the rapi-doc web component where custom HTML content can be injected at predefined locations within the documentation UI.",
"type": "object",
"properties": {
"logo": {
"type": "string",
"description": "Slot for a custom logo image displayed in the navigation header."
},
"header": {
"type": "string",
"description": "Slot for custom header content placed in the header bar area."
},
"footer": {
"type": "string",
"description": "Slot for custom footer content placed at the bottom of the documentation."
},
"nav-logo": {
"type": "string",
"description": "Slot for a custom logo in the navigation sidebar."
},
"overview": {
"type": "string",
"description": "Slot for custom content displayed in the API overview/info section."
},
"servers": {
"type": "string",
"description": "Slot for custom content in the servers section."
},
"auth": {
"type": "string",
"description": "Slot for custom content in the authentication section."
},
"tag--{tag-name}": {
"type": "string",
"description": "Dynamic slot for injecting custom content before a specific tag group, where {tag-name} is the tag's name in lowercase with spaces replaced by hyphens."
},
"endpoint--{method}--{path}": {
"type": "string",
"description": "Dynamic slot for injecting custom content before a specific endpoint."
}
}
}
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-slots"
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.