Apache Iceberg · JSON Structure

Rest Catalog Open Api Assert Create Structure

The table must not already exist; used for create transactions

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

AssertCreate 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

type

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-assert-create-structure.json",
  "name": "AssertCreate",
  "description": "The table must not already exist; used for create transactions",
  "properties": {
    "type": {
      "type": "string",
      "const": "assert-create"
    }
  },
  "required": [
    "type"
  ],
  "allOf": [
    {
      "$ref": "#/components/schemas/TableRequirement"
    }
  ]
}