Tried to combine two `openapi 3` yaml files and the `securitySchemes` wasn't part of the output. [According to swagger](https://swagger.io/blog/news/whats-new-in-openapi-3-0/) > securityDefinitions were renamed to securitySchemes and moved inside components. Perhaps that's the cause? Thanks!
Tried to combine two
openapi 3yaml files and thesecuritySchemeswasn't part of the output.According to swagger
Perhaps that's the cause?
Thanks!