Skip to content

v0.17.5

Choose a tag to compare

@mertcanaltin mertcanaltin released this 25 May 11:43
· 14 commits to master since this release

Fixed

  • Compiled validators resolve draft-07 plain-name anchors. A $defs/definitions entry that declares an anchor with $id: "#name" and is referenced by $ref: "#name" now compiles through the codegen on every path (boolean, error, combined) instead of bailing. The bail forced a fallback that could not resolve sibling cross-schema refs, which surfaced as cannot resolve $ref. This is how shared schemas are referenced under Fastify.