Rest Catalog Open Api Update Namespace Properties Response Structure
UpdateNamespacePropertiesResponse schema from Apache Iceberg REST Catalog API
Type: objectProperties: 3Required: 2
ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format
UpdateNamespacePropertiesResponse is a JSON Structure definition published by Apache Iceberg, describing 3 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-update-namespace-properties-response-structure.json",
"name": "UpdateNamespacePropertiesResponse",
"description": "UpdateNamespacePropertiesResponse schema from Apache Iceberg REST Catalog API",
"properties": {
"updated": {
"type": "array",
"description": "List of property keys that were added or updated",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"removed": {
"type": "array",
"description": "List of properties that were removed",
"items": {
"type": "string"
}
},
"missing": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of properties requested for removal that were not found in the namespace's properties. Represents a partial success response. Server's do not need to implement this.",
"nullable": true
}
},
"required": [
"updated",
"removed"
]
}
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.