Apache Iceberg · Schema

Namespace

Reference to one or more levels of a namespace

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format
View JSON Schema on GitHub

JSON Schema

rest-catalog-open-api-namespace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-schema/rest-catalog-open-api-namespace-schema.json",
  "title": "Namespace",
  "description": "Reference to one or more levels of a namespace",
  "type": "array",
  "items": {
    "type": "string"
  },
  "example": [
    "accounting",
    "tax"
  ]
}