jhthorsen / json-validator

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

OpenAPI: readOnly does not identify null correctly #30

Closed mrenvoize closed 8 years ago

mrenvoize commented 8 years ago

It appears that the openAPI validator part of this project isn't properly identifying the existence of readOnly fields when their value is set to null.

I'll write a test today to clarify.

mrenvoize commented 8 years ago

I got this wrong, seems I had an older version hanging around. Closing