-
Notifications
You must be signed in to change notification settings - Fork 189
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
fix: update openapi version to 3.0.0 #6924
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6924 +/- ##
==========================================
+ Coverage 66.00% 66.02% +0.02%
==========================================
Files 333 333
Lines 41200 41200
==========================================
+ Hits 27192 27202 +10
+ Misses 11679 11672 -7
+ Partials 2329 2326 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/cherry-pick release-0.8 |
🤖 says: Error cherry-picking. |
🤖 says: |
Co-authored-by: wusai80 <wusai80@gmail.com>
This is an interesting issue and has been disucssed in
The generated ASTFile is incorrect in converting exclusive minimum / maximum.
for exampel, if we use expr
>1
in cue, Exected output shoud be:exclusiveMinimum: true minimum: int 1
rather than
As the issues mentioned in cue-lang community has been fixed and we checked out that we shoud use APIVersion '3.0.0' instead of '3.1.0'.