You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems underlying module swagger-parser already supports new openapi v3 specifications. So I think it would be good if this module will support it as well.
Seems underlying module
swagger-parser
already supports new openapi v3 specifications. So I think it would be good if this module will support it as well.The main idea just to make https://github.com/fastify/fastify-swagger/blob/master/dynamic.js#L59 configurable through options.
However it will also require to refactor some things like
securityDefinitions
, because in 3.0 they moved to other sections of config file.I'm not sure that fastify schemas are compatible with openapi v3 specs.
The text was updated successfully, but these errors were encountered: