Apigee · Schema

ListDevelopersResponse

Response for listing developers.

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

Properties

Name Type Description
developer array
View JSON Schema on GitHub

JSON Schema

apigee-listdevelopersresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListDevelopersResponse",
  "title": "ListDevelopersResponse",
  "type": "object",
  "description": "Response for listing developers.",
  "properties": {
    "developer": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Developer"
      }
    }
  }
}