Skip to content

Releases: networknt/json-schema-validator

2.0.3

23 Jun 19:21
f75875e

Choose a tag to compare

2.0.3- 2026-06-23

Added

Changed

  • release with JDK 11
  • fixes 2.0.2 published jar is missing module-info.class — JPMS module com.networknt.schema no longer resolves

3.0.5

21 Jun 12:06

Choose a tag to compare

3.0.5- 2026-06-21

Added

Changed

  • fixes #1252 problem with additionalProperties schema in jsconfig schema (#1253)
  • fixes #1174 TextNodes as schema seem to validate any value (#1250)

2.0.2

21 Jun 12:55

Choose a tag to compare

2.0.2- 2026-06-21

Added

Changed

  • fixes #1248 validating draft4 schemas (#1249)

  • fixes #1248 validating draft4 schemas

  • Address regex factory review comments

  • Rename regex specification version variable

  • fixes #1174 TextNodes as schema seem to validate any value (#1250)

  • fixes #1174 TextNodes as schema seem to validate any value

  • Address loaded schema validation for issue 1174

  • Address schema node validation review comments

  • Preserve mapped schema override path

  • Validate referenced document fragment schemas

  • Remove duplicate schema type validation

  • Validate loaded schemas for anchor refs

  • fixes #1252 problem with additionalProperties schema in jsconfig schema (#1253)

  • Add method to SpecificationVersion to determine from schema node (#1221)

  • Manual adjustments for Jackson 2 compatibility and CVE fix

3.0.4

10 Jun 11:41

Choose a tag to compare

3.0.4- 2026-06-10

Added

Changed

3.0.3

27 May 23:42

Choose a tag to compare

3.0.3- 2026-05-27

Added

Changed

  • fixes #1246 Coercion bug (#1247)
  • Cleanup of IOException leftovers after update to jackson3 (#1244) Thanks @afiluba

3.0.2

15 Apr 01:01

Choose a tag to compare

3.0.2- 2026-04-14

Added

Changed

3.0.1

10 Mar 19:15

Choose a tag to compare

3.0.1- 2026-03-10

Added

Changed

3.0.0

14 Dec 03:21

Choose a tag to compare

3.0.0- 2025-12-13

Added

Changed

2.0.1

12 Dec 01:21

Choose a tag to compare

2.0.1- 2025-12-11

Added

Changed

  • Skip processing of properties keyword if not an object (#1217) Thanks @justin-tay
  • Allow for default dialect id not to be specified and throw an exception (#1212) Thanks @justin-tay
  • Fix multipleOf error message for fractional digits greater than 3 (#1210) Thanks @justin-tay

2.0.0

25 Oct 13:02

Choose a tag to compare

2.0.0- 2025-10-25

Added

Changed