Apache Iceberg · JSON Structure

Rest Catalog Open Api Primitive Type Value Structure

PrimitiveTypeValue schema from Apache Iceberg REST Catalog API

Type: Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

PrimitiveTypeValue 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 ↑
{
  "$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-primitive-type-value-structure.json",
  "name": "PrimitiveTypeValue",
  "description": "PrimitiveTypeValue schema from Apache Iceberg REST Catalog API",
  "oneOf": [
    {
      "$ref": "#/components/schemas/BooleanTypeValue"
    },
    {
      "$ref": "#/components/schemas/IntegerTypeValue"
    },
    {
      "$ref": "#/components/schemas/LongTypeValue"
    },
    {
      "$ref": "#/components/schemas/FloatTypeValue"
    },
    {
      "$ref": "#/components/schemas/DoubleTypeValue"
    },
    {
      "$ref": "#/components/schemas/DecimalTypeValue"
    },
    {
      "$ref": "#/components/schemas/StringTypeValue"
    },
    {
      "$ref": "#/components/schemas/UUIDTypeValue"
    },
    {
      "$ref": "#/components/schemas/DateTypeValue"
    },
    {
      "$ref": "#/components/schemas/TimeTypeValue"
    },
    {
      "$ref": "#/components/schemas/TimestampTypeValue"
    },
    {
      "$ref": "#/components/schemas/TimestampTzTypeValue"
    },
    {
      "$ref": "#/components/schemas/TimestampNanoTypeValue"
    },
    {
      "$ref": "#/components/schemas/TimestampTzNanoTypeValue"
    },
    {
      "$ref": "#/components/schemas/FixedTypeValue"
    },
    {
      "$ref": "#/components/schemas/BinaryTypeValue"
    }
  ]
}