Apache Iceberg · JSON Structure

Rest Catalog Open Api Snapshot Log Structure

SnapshotLog schema from Apache Iceberg REST Catalog API

Type: array Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

SnapshotLog 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": "array",
  "$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-snapshot-log-structure.json",
  "name": "SnapshotLog",
  "description": "SnapshotLog schema from Apache Iceberg REST Catalog API",
  "items": {
    "type": "object",
    "required": [
      "snapshot-id",
      "timestamp-ms"
    ],
    "properties": {
      "snapshot-id": {
        "type": "int64"
      },
      "timestamp-ms": {
        "type": "int64"
      }
    }
  }
}