Apache Iceberg · JSON Structure

Rest Catalog Open Api List Namespaces Response Structure

ListNamespacesResponse schema from Apache Iceberg REST Catalog API

Type: object Properties: 2
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

ListNamespacesResponse is a JSON Structure definition published by Apache Iceberg, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

next-page-token namespaces

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-list-namespaces-response-structure.json",
  "name": "ListNamespacesResponse",
  "description": "ListNamespacesResponse schema from Apache Iceberg REST Catalog API",
  "properties": {
    "next-page-token": {
      "$ref": "#/components/schemas/PageToken"
    },
    "namespaces": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "#/components/schemas/Namespace"
      }
    }
  }
}