Apache Iceberg · JSON Structure

Rest Catalog Open Api Commit Transaction Request Structure

CommitTransactionRequest schema from Apache Iceberg REST Catalog API

Type: object Properties: 1 Required: 1
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

CommitTransactionRequest is a JSON Structure definition published by Apache Iceberg, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

table-changes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$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-commit-transaction-request-structure.json",
  "name": "CommitTransactionRequest",
  "description": "CommitTransactionRequest schema from Apache Iceberg REST Catalog API",
  "properties": {
    "table-changes": {
      "type": "array",
      "items": {
        "description": "Table commit request; must provide an `identifier`",
        "$ref": "#/components/schemas/CommitTableRequest"
      }
    }
  },
  "required": [
    "table-changes"
  ]
}