Table Format Iceberg Table Structure
Field documentation for Apache Iceberg table metadata objects
Type: object
Properties: 0
Data LakehouseOpen Table FormatApache IcebergDelta LakeApache HudiData LakeACID TransactionsSchema EvolutionTime Travel
Table Format Iceberg Table Structure is a JSON Structure definition published by Table Format.
{
"title": "Apache Iceberg Table Metadata Structure",
"description": "Field documentation for Apache Iceberg table metadata objects",
"type": "object",
"fields": [
{
"name": "format-version",
"type": "integer",
"description": "Iceberg spec version: 1 (original) or 2 (adds row-level deletes)",
"required": true,
"values": [1, 2]
},
{
"name": "table-uuid",
"type": "string (UUID)",
"description": "Globally unique table identifier, assigned at creation",
"required": true
},
{
"name": "location",
"type": "string (URI)",
"description": "Base storage path for all table data and metadata files",
"required": true,
"example": "s3://my-bucket/warehouse/my_table"
},
{
"name": "schemas",
"type": "array<Schema>",
"description": "All schema versions, supporting schema evolution",
"required": true
},
{
"name": "current-schema-id",
"type": "integer",
"description": "Points to the active schema in the schemas array",
"required": true
},
{
"name": "partition-specs",
"type": "array<PartitionSpec>",
"description": "Partition strategies for organizing data files",
"required": true
},
{
"name": "snapshots",
"type": "array<Snapshot>",
"description": "Immutable table states enabling time travel queries",
"required": false
},
{
"name": "current-snapshot-id",
"type": "integer (int64)",
"description": "The active snapshot representing the current table state",
"required": false
},
{
"name": "sort-orders",
"type": "array<SortOrder>",
"description": "Defines data sorting for write optimization",
"required": false
},
{
"name": "properties",
"type": "map<string, string>",
"description": "User-defined and system table properties",
"required": false,
"commonKeys": [
"write.format.default",
"write.parquet.compression-codec",
"read.parquet.vectorization.enabled"
]
},
{
"name": "refs",
"type": "map<string, SnapshotRef>",
"description": "Named references (branches and tags) pointing to snapshots",
"required": false
}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/table-format-iceberg-table-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.