-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove wrong format for boolean value in api definition #18783
Conversation
type: boolean cannot be used with a format of int32 Signed-off-by: sll552 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Codecov Report
@@ Coverage Diff @@
## main #18783 +/- ##
==========================================
+ Coverage 67.34% 67.37% +0.03%
==========================================
Files 980 980
Lines 106831 106829 -2
Branches 2665 2665
==========================================
+ Hits 71949 71980 +31
+ Misses 31016 30979 -37
- Partials 3866 3870 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@sll552 congrats on merging your first PR here :) welcome to the club :) |
type: boolean cannot be used with a format of int32 Signed-off-by: sll552 <[email protected]> Signed-off-by: Wilfred Almeida <[email protected]>
type: boolean cannot be used with a format of int32 Signed-off-by: sll552 <[email protected]>
Thank you for contributing to Harbor!
Comprehensive Summary of your change
type: boolean cannot be used with a format of int32
This for example hinders parsing of the api definition by other tools such as https://github.com/OpenAPITools/openapi-generator
Issue being fixed
Please indicate you've done the following: