nastra commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1665327420


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -61,12 +65,26 @@ security:
   - OAuth2: [catalog]
   - BearerAuth: []
 
+# Capability tags describe optional functionality and are used to group 
endpoints together.
+# In order to support a particular capability, a server is required to 
implement all endpoints grouped under a particular tag.
+tags:
+  - name: tables
+    description: Required as part of table support
+  - name: views
+    description: Required as part of view support
+  - name: remote-signing

Review Comment:
   @jackye1995 note that I called this `vended-credentials` to align with other 
places in the REST spec that also use `remote-signing` / 
`vended-credentials`(instead of `credential-vending`)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to