rdblue commented on code in PR #5407:
URL: https://github.com/apache/iceberg/pull/5407#discussion_r950581420
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1630,6 +1654,98 @@ components:
- $ref: '#/components/schemas/OAuthClientCredentialsRequest'
- $ref: '#/components/schemas/OAuthTokenExchangeRequest'
+ ScanReportRequest:
+ type: object
+ required:
+ - scan-report
+ properties:
+ scan-report:
+ $ref: '#/components/schemas/ScanReport'
+ example:
+ {
Review Comment:
Is there much value to having a big example like this? I think in most other
cases, we leave it out or try to have examples further down the tree structure.
--
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]