Apigee · Schema

ListApiSpecsResponse

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

Properties

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

JSON Schema

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