Kong · Schema

CreatedAt

An ISO-8601 timestamp representation of entity creation date.

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

JSON Schema

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