Apache Iceberg · JSON Structure

Rest Catalog Open Api Expression Structure

Expression schema from Apache Iceberg REST Catalog API

Type: Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Expression 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-expression-structure.json",
  "name": "Expression",
  "description": "Expression schema from Apache Iceberg REST Catalog API",
  "oneOf": [
    {
      "$ref": "#/components/schemas/TrueExpression"
    },
    {
      "$ref": "#/components/schemas/FalseExpression"
    },
    {
      "$ref": "#/components/schemas/AndOrExpression"
    },
    {
      "$ref": "#/components/schemas/NotExpression"
    },
    {
      "$ref": "#/components/schemas/SetExpression"
    },
    {
      "$ref": "#/components/schemas/LiteralExpression"
    },
    {
      "$ref": "#/components/schemas/UnaryExpression"
    }
  ]
}