Kong · Schema

ExpiresAt

An ISO-8601 timestamp representation of entity expiration date.

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

JSON Schema

kong-expiresat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExpiresAt",
  "title": "ExpiresAt",
  "description": "An ISO-8601 timestamp representation of entity expiration date.",
  "type": "string",
  "format": "date-time",
  "example": "2022-11-04T20:10:06.927Z",
  "nullable": true,
  "readOnly": true,
  "x-speakeasy-param-suppress-computed-diff": true
}