Rest Catalog Open Api Storage Credential Structure
StorageCredential schema from Apache Iceberg REST Catalog API
Type: objectProperties: 2Required: 2
ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format
StorageCredential is a JSON Structure definition published by Apache Iceberg, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"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-storage-credential-structure.json",
"name": "StorageCredential",
"description": "StorageCredential schema from Apache Iceberg REST Catalog API",
"properties": {
"prefix": {
"type": "string",
"description": "Indicates a storage location prefix where the credential is relevant. Clients should choose the most specific prefix (by selecting the longest prefix) if several credentials of the same type are available."
},
"config": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"required": [
"prefix",
"config"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.