Apache Iceberg · JSON Structure

Rest Catalog Open Api Load Credentials Response Structure

LoadCredentialsResponse schema from Apache Iceberg REST Catalog API

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

LoadCredentialsResponse 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

storage-credentials

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-load-credentials-response-structure.json",
  "name": "LoadCredentialsResponse",
  "description": "LoadCredentialsResponse schema from Apache Iceberg REST Catalog API",
  "properties": {
    "storage-credentials": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StorageCredential"
      }
    }
  },
  "required": [
    "storage-credentials"
  ]
}