Apache Iceberg · JSON Structure

Rest Catalog Open Api Long Type Value Structure

LongTypeValue schema from Apache Iceberg REST Catalog API

Type: int64 Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

LongTypeValue 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": "int64",
  "$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-long-type-value-structure.json",
  "name": "LongTypeValue",
  "description": "LongTypeValue schema from Apache Iceberg REST Catalog API",
  "example": 9223372036854775807
}