Apache Iceberg · JSON Structure

Rest Catalog Open Api Double Type Value Structure

DoubleTypeValue schema from Apache Iceberg REST Catalog API

Type: double Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

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