Zudoku · Schema

Zudoku Theme Configuration

Schema for the Zudoku theme and branding configuration that customizes colors, fonts, logos, and dark mode settings for the generated documentation portal.

Developer ToolsDocumentation

Properties

Name Type Description
light object Color palette for light mode.
dark object Color palette for dark mode.
fonts object Font family configuration for different text elements.
View JSON Schema on GitHub

JSON Schema

theme.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/zudoku/blob/main/json-schema/theme.json",
  "title": "Zudoku Theme Configuration",
  "description": "Schema for the Zudoku theme and branding configuration that customizes colors, fonts, logos, and dark mode settings for the generated documentation portal.",
  "type": "object",
  "properties": {
    "light": {
      "$ref": "#/$defs/ThemeColors",
      "description": "Color palette for light mode."
    },
    "dark": {
      "$ref": "#/$defs/ThemeColors",
      "description": "Color palette for dark mode."
    },
    "fonts": {
      "type": "object",
      "description": "Font family configuration for different text elements.",
      "properties": {
        "heading": {
          "type": "string",
          "description": "Font family for headings."
        },
        "body": {
          "type": "string",
          "description": "Font family for body text."
        },
        "code": {
          "type": "string",
          "description": "Font family for code blocks and inline code."
        }
      }
    }
  },
  "$defs": {
    "ThemeColors": {
      "type": "object",
      "description": "Color palette for a theme mode.",
      "properties": {
        "primary": {
          "type": "string",
          "description": "Primary brand color in CSS format."
        },
        "background": {
          "type": "string",
          "description": "Background color in CSS format."
        },
        "border": {
          "type": "string",
          "description": "Border color in CSS format."
        },
        "primaryForeground": {
          "type": "string",
          "description": "Foreground color used on primary backgrounds."
        },
        "secondaryForeground": {
          "type": "string",
          "description": "Foreground color used on secondary backgrounds."
        }
      }
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/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 email required.

A second provider on the same verified email joins the account you already have.