json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12

APACHE-2.0 License

Stars
836
Committers
174

Bot releases are hidden (Show)

json-schema-validator - 0.1.4

Published by stevehu over 7 years ago

0.1.4 - 2017-02-06

Added

Changed

  • Fixes #6 Match subsequence instead of entire input sequence. Thanks @mspiegel
json-schema-validator - 0.1.3

Published by stevehu almost 8 years ago

0.1.3 - 2016-11-03

Added

Changed

  • Sycn with official test suites and documented failed test cases.
  • Fixes #4 MinLength and MaxLength validator for unicode string. Thanks for @dola to point me to the right direction.
json-schema-validator - 0.1.2

Published by stevehu about 8 years ago

0.1.2 - 2016-10-20

Added

Changed

  • Broken escaping in pattern for uris #1 Thanks rweyand
json-schema-validator - 0.1.1

Published by stevehu about 8 years ago

This is a Java JSON schema validator based on Jackson parser. It is implemented json schema draft v4.