maxdome / swagger-combine

Combines multiple Swagger schemas into one dereferenced schema.
MIT License
132 stars 36 forks source link

OAS 3 security schemes are ignored #116

Open SteveVaknin opened 3 years ago

SteveVaknin commented 3 years ago

Tried to combine two openapi 3 yaml files and the securitySchemes wasn't part of the output.

According to swagger

securityDefinitions were renamed to securitySchemes and moved inside components.

Perhaps that's the cause?

Thanks!