seriousme / fastify-openapi-glue

A plugin for the Fastify webserver to autogenerate a Fastify configuration based on a OpenApi(v2/v3) specification.
MIT License
202 stars 34 forks source link

fix: make additional validation for v2 non-body parameters work #507

Closed seriousme closed 1 year ago

seriousme commented 1 year ago

This fixes #506 and adds the schema fields mentioned there to the V2 parser.