You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by dw...@apache.org on 2022/05/12 23:19:41 UTC

[iceberg] branch master updated: [SPEC] Fix typ in REST Catalog OpenAPI Spec (#4761)

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

dweeks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 7592a25d1 [SPEC] Fix typ in REST Catalog OpenAPI Spec (#4761)
7592a25d1 is described below

commit 7592a25d1700bb844db78e1a7b4842656386dc82
Author: Kyle Bendickson <kj...@gmail.com>
AuthorDate: Thu May 12 16:19:35 2022 -0700

    [SPEC] Fix typ in REST Catalog OpenAPI Spec (#4761)
---
 open-api/rest-catalog-open-api.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/open-api/rest-catalog-open-api.yaml b/open-api/rest-catalog-open-api.yaml
index f4a146289..55e124e13 100644
--- a/open-api/rest-catalog-open-api.yaml
+++ b/open-api/rest-catalog-open-api.yaml
@@ -1361,7 +1361,7 @@ components:
         uuid:
           type: string
         snapshot-id:
-          type: interger
+          type: integer
           format: int64
         last-assigned-field-id:
           type: integer