Apache Iceberg · Schema

TimeTypeValue

Time type values follow the 'HH:MM:SS.ssssss' ISO-8601 format with microsecond precision

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format
View JSON Schema on GitHub

JSON Schema

rest-catalog-open-api-time-type-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-schema/rest-catalog-open-api-time-type-value-schema.json",
  "title": "TimeTypeValue",
  "description": "Time type values follow the 'HH:MM:SS.ssssss' ISO-8601 format with microsecond precision",
  "type": "string",
  "example": "22:31:08.123456"
}