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

Fix 2012-12 typo #1008

Closed luposlip closed 3 months ago

luposlip commented 3 months ago

The comment said that Draft 2012-12 would be used if not stated explicitly in the schema data.

This should be Draft 2020-12 instead.

stevehu commented 3 months ago

@luposlip Thanks a lot for your help.