Skip to content
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 exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 #1115

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

justin-tay
Copy link
Contributor

Closes #1114

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.11%. Comparing base (48ca3c2) to head (da53d7a).
Report is 57 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1115      +/-   ##
============================================
- Coverage     78.90%   78.11%   -0.80%     
- Complexity     1965     2073     +108     
============================================
  Files           172      201      +29     
  Lines          6352     6889     +537     
  Branches       1255     1265      +10     
============================================
+ Hits           5012     5381     +369     
- Misses          867     1034     +167     
- Partials        473      474       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@jkosternl jkosternl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Justin!

@stevehu stevehu merged commit 8fbca5a into networknt:master Sep 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAPI Spec 3.0 validation should not require exclusiveMinimum to be a number
4 participants