Apache Iceberg · JSON Structure

Rest Catalog Open Api Namespace Structure

Reference to one or more levels of a namespace

Type: array Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Namespace 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-namespace-structure.json",
  "name": "Namespace",
  "description": "Reference to one or more levels of a namespace",
  "items": {
    "type": "string"
  },
  "example": [
    "accounting",
    "tax"
  ]
}