Kong · Schema

AvailableScopes

Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.

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

JSON Schema

kong-availablescopes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableScopes",
  "title": "AvailableScopes",
  "description": "Possible developer selectable scopes for an application. Only present when using DCR Provider that supports it.",
  "type": "array",
  "items": {
    "type": "string"
  },
  "example": [
    "scope1",
    "scope2"
  ]
}