Apigee · Schema

ListDependenciesResponse

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationMicroservicesMCPMonetization

Properties

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

JSON Schema

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