Apache Iceberg · JSON Structure

Rest Catalog Open Api Date Type Value Structure

Date type values follow the 'YYYY-MM-DD' ISO-8601 standard date format

Type: date Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

DateTypeValue 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": "date",
  "$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-date-type-value-structure.json",
  "name": "DateTypeValue",
  "description": "Date type values follow the 'YYYY-MM-DD' ISO-8601 standard date format",
  "example": "2007-12-03"
}