fastify / fastify-swagger

Swagger documentation generator for Fastify
MIT License
889 stars 199 forks source link

Resolve examples for shared schemas #786

Closed vascofg closed 4 months ago

vascofg commented 4 months ago

The examples keyword is never transformed to example for shared schemas (added via fastify.addSchema and referred with $ref).

This PR calls the appropriate function on preparation of these shared schemas.

Checklist

vascofg commented 2 months ago

Any chance you can release a new version anytime soon, including these changes?