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

Adds support for unevaluatedProperties that uses a non-boolean schema. #716

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented Apr 18, 2023

Resolves #715

@codecov-commenter
Copy link

Codecov Report

Merging #716 (014abc6) into master (58b0ddf) will increase coverage by 0.13%.
The diff coverage is 90.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##             master     #716      +/-   ##
============================================
+ Coverage     74.95%   75.08%   +0.13%     
- Complexity     1068     1071       +3     
============================================
  Files           106      106              
  Lines          3745     3741       -4     
  Branches        743      743              
============================================
+ Hits           2807     2809       +2     
+ Misses          654      648       -6     
  Partials        284      284              
Impacted Files Coverage Δ
src/main/java/com/networknt/schema/PathType.java 90.62% <77.77%> (-5.03%) ⬇️
...tworknt/schema/UnEvaluatedPropertiesValidator.java 94.59% <90.47%> (+0.47%) ⬆️
...n/java/com/networknt/schema/BaseJsonValidator.java 77.85% <100.00%> (+0.15%) ⬆️
src/main/java/com/networknt/schema/JsonSchema.java 90.27% <100.00%> (+2.72%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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.

Add support for unevaluatedProperties that uses a non-boolean schema.
3 participants