Apple Keynote · Schema
Theme
An Apple Keynote theme defining the visual style of a presentation
AppleDesigniWorkPresentationsProductivitySlides
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name of the theme |
| identifier | string | Unique theme identifier |
| category | string | Theme category (Basic, Bold, etc.) |
| colorScheme | array | Primary colors used in theme |
| fontFamily | string | Default font family for the theme |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/apple-keynote/refs/heads/main/json-schema/apple-keynote-theme-schema.json",
"title": "Theme",
"description": "An Apple Keynote theme defining the visual style of a presentation",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Display name of the theme",
"example": "White"
},
"identifier": {
"type": "string",
"description": "Unique theme identifier",
"example": "com.apple.themes.white"
},
"category": {
"type": "string",
"description": "Theme category (Basic, Bold, etc.)",
"example": "Basic"
},
"colorScheme": {
"type": "array",
"items": {
"type": "string"
},
"description": "Primary colors used in theme"
},
"fontFamily": {
"type": "string",
"description": "Default font family for the theme",
"example": "San Francisco"
}
}
}
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/apple-keynote-theme"
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.