openapi-preprocessor
openapi-preprocessor copied to clipboard
Preserve securitySchemes when unused
Currently securitySchemes are deleted because there are no $ref pointers to them. That's intended since that's how they work.
Solves #10