Kong · Schema

KonnectCPLegacyUnauthorizedError

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

JSON Schema

kong-konnectcplegacyunauthorizederror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KonnectCPLegacyUnauthorizedError",
  "title": "KonnectCPLegacyUnauthorizedError",
  "allOf": [
    {
      "$ref": "#/components/schemas/KonnectCPLegacyBaseError"
    },
    {
      "type": "object",
      "properties": {
        "message": {
          "example": "Unauthorized"
        }
      }
    }
  ]
}