AddSchemaUpdate schema from Apache Iceberg REST Catalog API
Type: objectProperties: 3Required: 1
ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format
AddSchemaUpdate is a JSON Structure definition published by Apache Iceberg, describing 3 properties, of which 1 is 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-add-schema-update-structure.json",
"name": "AddSchemaUpdate",
"description": "AddSchemaUpdate schema from Apache Iceberg REST Catalog API",
"properties": {
"action": {
"type": "string",
"const": "add-schema"
},
"schema": {
"$ref": "#/components/schemas/Schema"
},
"last-column-id": {
"type": "integer",
"deprecated": true,
"description": "This optional field is **DEPRECATED for REMOVAL** since it more safe to handle this internally, and shouldn't be exposed to the clients.\nThe highest assigned column ID for the table. This is used to ensure columns are always assigned an unused ID when evolving schemas. When omitted, it will be computed on the server side."
}
},
"required": [
"schema"
],
"allOf": [
{
"$ref": "#/components/schemas/BaseUpdate"
}
]
}
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.