Kong · Schema

RevokedBy

Contains a unique identifier used for the user that revoked this token.

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

JSON Schema

kong-revokedby-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RevokedBy",
  "title": "RevokedBy",
  "description": "Contains a unique identifier used for the user that revoked this token.",
  "type": "string",
  "format": "uuid",
  "example": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "nullable": true,
  "readOnly": true
}