This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch kevinjqliu/add-irc-spec-to-readme
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit b08428f7a0da078ca991a9a72b70e0f18e6fa15f
Author: Kevin Liu <[email protected]>
AuthorDate: Thu Jul 10 10:26:48 2025 -0700

    add irc spec to readme
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 196d2c18e5..c629c0e4c8 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,6 @@ Community discussions happen primarily on the [dev mailing 
list][dev-list] or on
 
 [dev-list]: mailto:[email protected]
 
-
 ### Building
 
 Iceberg is built using Gradle with Java 11, 17, or 21.
@@ -94,6 +93,12 @@ sudo setenforce Enforcing
 
 ---
 
+### REST API Specification
+Iceberg defines a REST-based catalog API for managing table metadata and 
performing catalog operations. You can find the OpenAPI specification here:
+[REST Catalog OpenAPI YAML][iceberg-rest-spec]
+
+[iceberg-rest-spec]: 
https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml
+
 ### Engine Compatibility
 
 See the [Multi-Engine 
Support](https://iceberg.apache.org/multi-engine-support/) page to know about 
Iceberg compatibility with different Spark, Flink and Hive versions.

Reply via email to