Zudoku · Schema

Zudoku API Reference

Schema for a Zudoku API reference configuration that points to an OpenAPI schema document for generating interactive API documentation with playground support.

Developer ToolsDocumentation

Properties

Name Type Description
type string How the OpenAPI document is loaded. Use 'file' for local filesystem paths (recommended) or 'url' for remote HTTP endpoints.
input object Path, URL, or array of paths to OpenAPI document(s). Supports JSON and YAML formats.
navigationId string Identifier used for linking this API reference to sidebar navigation sections.
label string Display label for the API reference in navigation and catalog views.
serverUrl string Override the server URL defined in the OpenAPI document for playground requests.
View JSON Schema on GitHub

JSON Schema

api-reference.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/zudoku/blob/main/json-schema/api-reference.json",
  "title": "Zudoku API Reference",
  "description": "Schema for a Zudoku API reference configuration that points to an OpenAPI schema document for generating interactive API documentation with playground support.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": ["file", "url"],
      "description": "How the OpenAPI document is loaded. Use 'file' for local filesystem paths (recommended) or 'url' for remote HTTP endpoints."
    },
    "input": {
      "oneOf": [
        {
          "type": "string",
          "description": "Single path or URL to the OpenAPI document."
        },
        {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Array of file paths for versioned API documentation. Version metadata is automatically extracted from each OpenAPI schema at build time."
        }
      ],
      "description": "Path, URL, or array of paths to OpenAPI document(s). Supports JSON and YAML formats."
    },
    "navigationId": {
      "type": "string",
      "description": "Identifier used for linking this API reference to sidebar navigation sections."
    },
    "label": {
      "type": "string",
      "description": "Display label for the API reference in navigation and catalog views."
    },
    "serverUrl": {
      "type": "string",
      "format": "uri",
      "description": "Override the server URL defined in the OpenAPI document for playground requests."
    }
  },
  "required": ["type", "input"]
}

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/api-reference"
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.