jhthorsen / json-validator

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

Add support for $recursiveAnchor #226

Closed jhthorsen closed 3 years ago

jhthorsen commented 3 years ago

JSON::Validator::Schema::Draft201909 does not know how to handle $recursiveAnchor, though it has basic support for $recursiveRef.

Currently there's a naive _anchors attribute, but it cannot to track anchors in sub schemas.

jhthorsen commented 3 years ago

Closing this in favor of #247.