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
807 stars 320 forks source link

Add OpenAPI JsonMetaSchema #1011

Closed justin-tay closed 3 months ago

justin-tay commented 3 months ago

This adds the OpenAPI JsonMetaSchema and associated vocabulary.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.65217% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 79.07%. Comparing base (48ca3c2) to head (36b2848).

Files Patch % Lines
.../main/java/com/networknt/schema/oas/OpenApi30.java 88.88% 1 Missing :warning:
.../main/java/com/networknt/schema/oas/OpenApi31.java 95.45% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1011 +/- ## ============================================ + Coverage 78.90% 79.07% +0.17% - Complexity 1965 1973 +8 ============================================ Files 172 174 +2 Lines 6352 6395 +43 Branches 1255 1258 +3 ============================================ + Hits 5012 5057 +45 + Misses 867 866 -1 + Partials 473 472 -1 ```

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