jhthorsen / json-validator

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

fixes for arrays #207

Closed karenetheridge closed 4 years ago

karenetheridge commented 4 years ago

Summary

Fixes for validating the 'array' type.

Motivation

The new unit tests do not pass without the accompanying code changes.

References

https://tools.ietf.org/html/draft-handrews-json-schema-validation-01#section-6.4

jhthorsen commented 4 years ago

Thanks!