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

etudenhoefner 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 f74749eba1 OpenAPI: uniqueItems is not valid on type object (#8751)
f74749eba1 is described below

commit f74749eba1bdd8e1d045eb268c4eb9cb27a01f2e
Author: Johan Henriksson <[email protected]>
AuthorDate: Mon Oct 9 16:09:58 2023 +0200

    OpenAPI: uniqueItems is not valid on type object (#8751)
---
 open-api/rest-catalog-open-api.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/open-api/rest-catalog-open-api.yaml 
b/open-api/rest-catalog-open-api.yaml
index d0b0006e70..b1fbc52dd1 100644
--- a/open-api/rest-catalog-open-api.yaml
+++ b/open-api/rest-catalog-open-api.yaml
@@ -1170,7 +1170,6 @@ components:
             type: string
           example: [ "department", "access_group" ]
         updates:
-          uniqueItems: true
           type: object
           example: { "owner": "Hank Bendickson" }
           additionalProperties:

Reply via email to