jhthorsen / json-validator

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

Fix array coercion for array parameters with a $ref schema #274

Closed simon816 closed 12 hours ago

simon816 commented 1 month ago

Summary

Fixes the array coercion bug as described in detail on: https://github.com/jhthorsen/mojolicious-plugin-openapi/issues/251

A unit test has been written to cover this case.

References

Fixes https://github.com/jhthorsen/mojolicious-plugin-openapi/issues/251

simon816 commented 1 month ago

Sure. have run perltidy