Apache Iceberg · JSON Structure

Rest Catalog Open Api Time Type Value Structure

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

Type: string Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

TimeTypeValue is a JSON Structure definition published by Apache Iceberg. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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