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

Update example in javadoc for JsonMetaSchema builder #1043

Closed khouari1 closed 1 month ago

khouari1 commented 1 month ago

I was just working with the meta schema API and noticed the example was incorrect in the javadoc for the JsonMetaSchema builder method

justin-tay commented 1 month ago

The fix actually isn't quite right either. It should be JsonMetaSchema.getV4() and not JsonMetaSchema.getDraftV4().