ajantha-bhat commented on code in PR #9870:
URL: https://github.com/apache/iceberg/pull/9870#discussion_r1547408417
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1444,7 +1444,7 @@ components:
schema:
type: string
required: true
- description: An optional prefix in the path
+ description: Prefix in the path
Review Comment:
If I change to `required: false` for `prefix`
```
Spec is invalid.
Issues:
components.parameters.For path parameter prefix the required value
should be true
Execution failed for task ':iceberg-open-api:validateRESTCatalogSpec'.
> Validation failed.
```
--
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]