networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
800 stars 320 forks source link

Validate allOf, oneOf and anyOf contains array #1039

Closed justin-tay closed 1 month ago

justin-tay commented 2 months ago

Closes #1034

Validate allOf, oneOf and anyOf contains array

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.26%. Comparing base (48ca3c2) to head (64e4c28). Report is 13 commits behind head on master.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1039 +/- ## ============================================ + Coverage 78.90% 79.26% +0.36% - Complexity 1965 1991 +26 ============================================ Files 172 174 +2 Lines 6352 6459 +107 Branches 1255 1265 +10 ============================================ + Hits 5012 5120 +108 + Misses 867 863 -4 - Partials 473 476 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.