fastify-oas
fastify-oas copied to clipboard
Using with the latest version of fastify 3.x.x and typescript definitions do not augment the schema
I am unable to build using fastify-oas due to typescript being unable to resolve the augmentations made to the route schema. It also appears that the register schema isn't being loaded either.
it seems related to RouteSchema
being renamed to FastifySchema
.
See https://github.com/fastify/fastify-swagger/commit/433fd0559cf0965afffcaa49865570ab43c31a81 for referenced.