Apache Iceberg · JSON Structure

Rest Catalog Open Api Empty Planning Result Structure

Empty server-side planning result

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

EmptyPlanningResult 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

status

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-empty-planning-result-structure.json",
  "name": "EmptyPlanningResult",
  "description": "Empty server-side planning result",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/PlanStatus",
      "enum": [
        "submitted",
        "cancelled"
      ]
    }
  },
  "required": [
    "status"
  ]
}