APIOps Canvas

Schema representing an APIOps Cycles canvas used for structured API strategy and design workshops

API DesignAPI StrategyBusiness ModelCanvasWorkshop

Properties

Name Type Description
templateId string Identifier of the canvas template type
metadata object Metadata about the canvas instance
sections array Sections of the canvas with their sticky note content
View JSON Schema on GitHub

JSON Schema

apiops-canvas-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apiops-cycles-canvas/main/json-schema/apiops-canvas-schema.json",
  "title": "APIOps Canvas",
  "description": "Schema representing an APIOps Cycles canvas used for structured API strategy and design workshops",
  "type": "object",
  "properties": {
    "templateId": {
      "type": "string",
      "description": "Identifier of the canvas template type",
      "enum": [
        "apiBusinessModelCanvas",
        "apiValuePropositionCanvas",
        "businessImpactCanvas",
        "capacityCanvas",
        "customerJourneyCanvas",
        "domainCanvas",
        "eventCanvas",
        "interactionCanvas",
        "locationsCanvas",
        "restCanvas"
      ]
    },
    "metadata": {
      "type": "object",
      "description": "Metadata about the canvas instance",
      "properties": {
        "source": { "type": "string", "description": "Source or context for this canvas" },
        "license": { "type": "string", "description": "License for the canvas content" },
        "authors": {
          "type": "array",
          "items": { "type": "string" },
          "description": "Authors who contributed to the canvas"
        },
        "website": { "type": "string", "format": "uri", "description": "Related website URL" },
        "date": { "type": "string", "format": "date-time", "description": "Date the canvas was created or last modified" }
      }
    },
    "sections": {
      "type": "array",
      "description": "Sections of the canvas with their sticky note content",
      "items": {
        "type": "object",
        "properties": {
          "sectionId": {
            "type": "string",
            "description": "Identifier of the canvas section"
          },
          "stickyNotes": {
            "type": "array",
            "description": "Sticky notes added to this section",
            "items": {
              "type": "object",
              "properties": {
                "id": { "type": "string" },
                "text": { "type": "string" },
                "color": { "type": "string" }
              }
            }
          }
        },
        "required": ["sectionId"]
      }
    }
  },
  "required": ["templateId", "sections"]
}

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/apiops-canvas"
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.