nastra commented on code in PR #5407:
URL: https://github.com/apache/iceberg/pull/5407#discussion_r962710834
##########
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:
I mainly wanted to show an example of the metrics. I removed this big
example and added a metrics example directly to ` ScanReport`
--
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]