fastify / fastify-swagger

Swagger documentation generator for Fastify
MIT License
928 stars 204 forks source link

refactor: json schema draft 7 to openapi schema converting #797

Closed ivan-tymoshenko closed 5 months ago

ivan-tymoshenko commented 5 months ago

This PR combines all common transformations from the json schema draft 7 to openapi component schema into one function + adds comments for trouble spots. I will try to refactor the plugin with small steps like that one.