Apache Iceberg · Schema

ViewUpdate

ViewUpdate schema from Apache Iceberg REST Catalog API

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format
View JSON Schema on GitHub

JSON Schema

rest-catalog-open-api-view-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-schema/rest-catalog-open-api-view-update-schema.json",
  "title": "ViewUpdate",
  "description": "ViewUpdate schema from Apache Iceberg REST Catalog API",
  "anyOf": [
    {
      "$ref": "#/components/schemas/AssignUUIDUpdate"
    },
    {
      "$ref": "#/components/schemas/UpgradeFormatVersionUpdate"
    },
    {
      "$ref": "#/components/schemas/AddSchemaUpdate"
    },
    {
      "$ref": "#/components/schemas/SetLocationUpdate"
    },
    {
      "$ref": "#/components/schemas/SetPropertiesUpdate"
    },
    {
      "$ref": "#/components/schemas/RemovePropertiesUpdate"
    },
    {
      "$ref": "#/components/schemas/AddViewVersionUpdate"
    },
    {
      "$ref": "#/components/schemas/SetCurrentViewVersionUpdate"
    }
  ]
}