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
822 stars 323 forks source link

Fix patternProperties annotation #955

Closed justin-tay closed 7 months ago

justin-tay commented 7 months ago

Fixes an issue with patternProperties setting null as the annotation value.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (51fd82b) 78.98% compared to head (7310587) 79.01%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #955 +/- ## ============================================ + Coverage 78.98% 79.01% +0.02% - Complexity 1717 1719 +2 ============================================ Files 157 157 Lines 5715 5718 +3 Branches 1079 1080 +1 ============================================ + Hits 4514 4518 +4 Misses 802 802 + Partials 399 398 -1 ```

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