Skip to content

v0.4.2

Choose a tag to compare

@mertcanaltin mertcanaltin released this 25 May 11:56
· 5 commits to main since this release

Fixed

  • The plugin now passes schemas registered via fastify.addSchema to ata, so cross-schema $ref (e.g. { $ref: 'shared#' }) resolves through the register(fastifyAta) path. Previously the validator was built without external schemas, so any addSchema reference failed with cannot resolve $ref. Both external $id refs and draft-07 #anchor refs are now resolved and enforced.

Changed

  • Requires ata-validator ^0.17.5 (draft-07 plain-name anchor resolution).