fastify / fastify-swagger

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

feat: generate path params definition when missing #761

Closed msebastianb closed 9 months ago

msebastianb commented 9 months ago

Generate default param schema only if user doesn't specify a schema for param at all. If there is something, even with missing params, we should not modify it.

Suggested solution

Closes https://github.com/fastify/fastify-swagger/issues/750

simoneb commented 9 months ago

@Eomm , @msebastianb won't be able to keep working on this, can you take care of finishing it up?