Penpot · Schema

Penpot API Schemas

JSON Schema definitions extracted from the Penpot RPC API OpenAPI specification.

DesignPrototypingOpen-SourceSelf-HostedFigma AlternativeUI DesignCollaborationDesign Systems
View JSON Schema on GitHub

JSON Schema

penpot-schemas.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/penpot/main/json-schema/penpot-schemas.json",
  "title": "Penpot API Schemas",
  "description": "JSON Schema definitions extracted from the Penpot RPC API OpenAPI specification.",
  "$defs": {
    "GeomMatrix": {
      "title": "matrix",
      "description": "Matrix instance",
      "type": "string",
      "format": "matrix"
    },
    "Inst": {
      "title": "instant",
      "type": "string",
      "format": "iso"
    },
    "SafeInt": {
      "title": "integer",
      "description": "integer",
      "type": "integer",
      "minimum": -2147483648,
      "maximum": 2147483647
    },
    "Email": {
      "title": "email",
      "description": "string with valid email address",
      "type": "string",
      "format": "email"
    },
    "Uri": {
      "title": "uri",
      "description": "URI formatted string",
      "type": "string",
      "format": "uri"
    },
    "GeomRect": {
      "allOf": [
        {
          "title": "RectAttrs",
          "type": "object",
          "properties": {
            "x": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "y": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "width": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "height": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "x1": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "y1": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "x2": {
              "$ref": "#/components/schemas/SafeNumber"
            },
            "y2": {
              "$ref": "#/components/schemas/SafeNumber"
            }
          },
          "required": [
            "x",
            "y",
            "width",
            "height",
            "x1",
            "y1",
            "x2",
            "y2"
          ]
        }
      ]
    },
    "GeomPoint": {
      "title": "point",
      "description": "Point",
      "type": "string",
      "format": "point"
    },
    "Uuid": {
      "title": "uuid",
      "description": "UUID formatted string",
      "type": "string",
      "format": "uuid"
    },
    "Any": {
      "description": "Any Value"
    },
    "Bytes": {
      "title": "bytes",
      "description": "bytes array"
    },
    "Duration": {
      "title": "duration",
      "type": "string",
      "format": "duration"
    },
    "Int": {
      "title": "integer",
      "description": "integer",
      "type": "integer"
    },
    "SafeNumber": {
      "title": "number",
      "description": "number",
      "type": "number"
    },
    "Text": {
      "title": "string",
      "description": "not whitespace string",
      "type": "string"
    },
    "FilesystemPath": {
      "title": "path",
      "description": "filesystem path",
      "type": "string",
      "format": "unix-path"
    },
    "WordString": {
      "title": "string",
      "description": "string",
      "type": "string",
      "format": "string"
    },
    "Features": {
      "title": "set",
      "description": "Set of Strings",
      "type": "array",
      "items": {
        "type": "string"
      },
      "uniqueItems": true
    },
    "Boolean": {
      "title": "boolean",
      "description": "boolean",
      "type": "boolean"
    }
  }
}

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/penpot-schemas"
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.