Apache Iceberg · JSON Structure

Rest Catalog Open Api Completed Planning With Id Result Structure

CompletedPlanningWithIDResult schema from Apache Iceberg REST Catalog API

Type: object Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

CompletedPlanningWithIDResult 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": "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-completed-planning-with-id-result-structure.json",
  "name": "CompletedPlanningWithIDResult",
  "description": "CompletedPlanningWithIDResult schema from Apache Iceberg REST Catalog API",
  "allOf": [
    {
      "$ref": "#/components/schemas/CompletedPlanningResult"
    },
    {
      "type": "object",
      "required": [
        "plan-id"
      ],
      "properties": {
        "plan-id": {
          "type": "string",
          "description": "ID used to track a planning request"
        }
      }
    }
  ]
}