jhthorsen / json-validator

:cop: Validate data against a JSON schema
https://metacpan.org/release/JSON-Validator
56 stars 57 forks source link

Fix mishandling of nullable combined witn enum #257

Closed mschout closed 2 years ago

mschout commented 2 years ago

If an attr is nullable with an enum, null is supposed to be allowed.

Fixes #256