Kong · Schema

ResourceQuotaValue

The aggregate non-negative integer count of this resource that's allowed for the organization.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-resourcequotavalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceQuotaValue",
  "title": "ResourceQuotaValue",
  "description": "The aggregate non-negative integer count of this resource that's allowed for the organization.\n",
  "type": "integer",
  "example": 2,
  "minimum": 0
}