Apigee · Schema

ApiProxyRevision

API proxy revision metadata and configuration.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

Name Type Description
name string Output only. Resource name of the API proxy revision.
revision string Output only. Revision number of the proxy.
displayName string Human-readable name of the API proxy.
description string Description of the API proxy revision.
createdAt string Output only. Time the revision was created.
lastModifiedAt string Output only. Time the revision was last modified.
basepaths array Base path(s) for the API proxy.
policies array List of policy names included in this revision.
resources array List of resource files included in this revision.
proxies array List of proxy endpoint names in this revision.
targets array List of target endpoint names in this revision.
sharedFlows array List of shared flows referenced by this revision.
type string The type of the revision (e.g., Application).
View JSON Schema on GitHub

JSON Schema

apigee-apiproxyrevision-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiProxyRevision",
  "title": "ApiProxyRevision",
  "type": "object",
  "description": "API proxy revision metadata and configuration.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. Resource name of the API proxy revision.",
      "readOnly": true
    },
    "revision": {
      "type": "string",
      "description": "Output only. Revision number of the proxy.",
      "readOnly": true
    },
    "displayName": {
      "type": "string",
      "description": "Human-readable name of the API proxy."
    },
    "description": {
      "type": "string",
      "description": "Description of the API proxy revision."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. Time the revision was created.",
      "readOnly": true
    },
    "lastModifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. Time the revision was last modified.",
      "readOnly": true
    },
    "basepaths": {
      "type": "array",
      "description": "Base path(s) for the API proxy.",
      "items": {
        "type": "string"
      }
    },
    "policies": {
      "type": "array",
      "description": "List of policy names included in this revision.",
      "items": {
        "type": "string"
      }
    },
    "resources": {
      "type": "array",
      "description": "List of resource files included in this revision.",
      "items": {
        "type": "string"
      }
    },
    "proxies": {
      "type": "array",
      "description": "List of proxy endpoint names in this revision.",
      "items": {
        "type": "string"
      }
    },
    "targets": {
      "type": "array",
      "description": "List of target endpoint names in this revision.",
      "items": {
        "type": "string"
      }
    },
    "sharedFlows": {
      "type": "array",
      "description": "List of shared flows referenced by this revision.",
      "items": {
        "type": "string"
      }
    },
    "type": {
      "type": "string",
      "description": "The type of the revision (e.g., Application)."
    }
  }
}

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-apiproxyrevision"
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.