jerryshao commented on code in PR #8173:
URL: https://github.com/apache/gravitino/pull/8173#discussion_r2285004168
##########
docs/open-api/models.yaml:
##########
@@ -422,13 +482,20 @@ components:
ModelVersion:
type: object
required:
- - uri
- version
- audit
properties:
uri:
type: string
description: The uri of the model version
+ nullable: true
+ default: {}
Review Comment:
IIUC, `uri` is a string, not a dict.
--
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]