kbendick commented on a change in pull request #4027:
URL: https://github.com/apache/iceberg/pull/4027#discussion_r797040348



##########
File path: rest_docs/rest-catalog-open-api.yaml
##########
@@ -163,7 +154,7 @@ paths:
           content:
             application/json:
               schema:
-                $ref: '#/components/responses/IcebergErrorResponse'
+                $ref: '#/components/schemas/ErrorModel'

Review comment:
       This was what was causing the problem.
   
   The `ErrorModel` is just the fields, without the outer wrapping JSON keyed 
by "error". We can update that in another pass if desired, but I wanted to keep 
the change set small to make this more digestible. 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to