Apache Iceberg · JSON Structure

Rest Catalog Open Api Binary Type Value Structure

Binary type values are stored and serialized as an uppercase hexadecimal string

Type: string Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

BinaryTypeValue 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-binary-type-value-structure.json",
  "name": "BinaryTypeValue",
  "description": "Binary type values are stored and serialized as an uppercase hexadecimal string",
  "example": "78797A"
}