karenetheridge / JSON-Schema-Modern

Validate data against a schema using a JSON Schema
https://metacpan.org/release/JSON-Schema-Modern/
Other
10 stars 1 forks source link

$recursiveRef and $recursiveAnchor #20

Closed karenetheridge closed 4 years ago

karenetheridge commented 4 years ago

depends on #8 so this schema doesn't spiral into infinity hell :)

{
  "$recursiveAnchor": true,
  "$recursiveRef": "#"
}
karenetheridge commented 4 years ago

Now implemented in version 0.004 (commit b4c187c16f0ce169dc0979f6ab49cb1bedc96ee4).