Apigee · Schema

ListApiVersionsResponse

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

Properties

Name Type Description
versions array
nextPageToken string
totalSize integer
View JSON Schema on GitHub

JSON Schema

apigee-listapiversionsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListApiVersionsResponse",
  "title": "ListApiVersionsResponse",
  "type": "object",
  "properties": {
    "versions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiVersion"
      }
    },
    "nextPageToken": {
      "type": "string"
    },
    "totalSize": {
      "type": "integer",
      "format": "int32"
    }
  }
}