Red Hat 3scale · Schema

ServiceList

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
services array
View JSON Schema on GitHub

JSON Schema

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