erosb / json-sKema

JSON Schema Validator for the JVM, implements draft2020-12
MIT License
47 stars 8 forks source link

In UnevaluatedPropertiesValidationFailure, Keyword.UNEVALUATED_ITEMS should be Keyword.UNEVALUATED_PROPERTIES #70

Closed danielaparker closed 6 months ago

danielaparker commented 6 months ago

Just browsing through the code, but it seems to me that in UnevaluatedProperties.kt, Keyword.UNEVALUATED_ITEMS should be Keyword.UNEVALUATED_PROPERTIES

erosb commented 6 months ago

nice catch, thank you @danielaparker :) Do you need an urgent bugfix with this, or can it wait a week?

danielaparker commented 6 months ago

nice catch, thank you @danielaparker :) Do you need an urgent bugfix with this, or can it wait a week?

I'm not a user, I was only browsing the source.