Red Hat 3scale · Schema

GatewayConfig

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
services array
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-gatewayconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GatewayConfig",
  "title": "GatewayConfig",
  "type": "object",
  "properties": {
    "services": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "proxy": {
            "type": "object"
          }
        }
      }
    }
  }
}