Google Apigee · Schema

ListApiProxiesResponse

API GatewayAPI ManagementEnterpriseGoogle Cloud

Properties

Name Type Description
proxies array
View JSON Schema on GitHub

JSON Schema

google-apigee-listapiproxiesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListApiProxiesResponse",
  "title": "ListApiProxiesResponse",
  "type": "object",
  "properties": {
    "proxies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiProxy"
      }
    }
  }
}