securityScheme not included in reduced API definition #860
Labels
command:openapi
Issues pertaining to the `openapi`, `validate`, `reduce`, or `swagger` commands
question
Further information is requested
Hi. I use the reduce functionality you guys provide to break up our API spec into smaller files and push them to ReadMe.
I have a
securitySchemes
defined in mycomponents
and also put thesecurity
array in the root level. After the reduction processrdme openapi:reduce
(reducing by tags) it includes thesecurity
array but not thesecuritySchemes
object.Is there something I'm missing?
The text was updated successfully, but these errors were encountered: