Apigee · Schema

Documentation

Documentation associated with a resource.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Properties

Name Type Description
externalUri string URI of external documentation.
View JSON Schema on GitHub

JSON Schema

apigee-documentation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Documentation",
  "title": "Documentation",
  "type": "object",
  "description": "Documentation associated with a resource.",
  "properties": {
    "externalUri": {
      "type": "string",
      "description": "URI of external documentation."
    }
  }
}