Apigee · Schema

ApiSpec

A machine-readable API specification.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
name string Output only. Resource name of the spec.
displayName string Required. Display name for the spec.
description string Description of the specification.
specType object
contents object The spec contents.
documentation object
sourceUri string URI of the original spec source.
parsingMode string Parsing mode for the specification.
lintResponse object
attributes object Custom attributes associated with this spec.
createTime string Output only. Time the spec was created.
updateTime string Output only. Time the spec was last updated.
View JSON Schema on GitHub

JSON Schema

apigee-apispec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiSpec",
  "title": "ApiSpec",
  "type": "object",
  "description": "A machine-readable API specification.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. Resource name of the spec.",
      "readOnly": true
    },
    "displayName": {
      "type": "string",
      "description": "Required. Display name for the spec."
    },
    "description": {
      "type": "string",
      "description": "Description of the specification."
    },
    "specType": {
      "$ref": "#/components/schemas/AttributeValues"
    },
    "contents": {
      "type": "object",
      "description": "The spec contents.",
      "properties": {
        "contents": {
          "type": "string",
          "format": "byte",
          "description": "The spec content as bytes."
        },
        "mimeType": {
          "type": "string",
          "description": "MIME type of the content."
        }
      }
    },
    "documentation": {
      "$ref": "#/components/schemas/Documentation"
    },
    "sourceUri": {
      "type": "string",
      "description": "URI of the original spec source."
    },
    "parsingMode": {
      "type": "string",
      "description": "Parsing mode for the specification.",
      "enum": [
        "PARSING_MODE_UNSPECIFIED",
        "RELAXED",
        "STRICT"
      ]
    },
    "lintResponse": {
      "$ref": "#/components/schemas/LintResponse"
    },
    "attributes": {
      "type": "object",
      "description": "Custom attributes associated with this spec.",
      "additionalProperties": {
        "$ref": "#/components/schemas/AttributeValues"
      }
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. Time the spec was created.",
      "readOnly": true
    },
    "updateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. Time the spec was last updated.",
      "readOnly": true
    }
  }
}

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/apigee-apispec"
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.