-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hey @dolmen, I noticed an issue with my doc after running preprocessing. I have the following config in yml:
security:
- httpBasic: []
....
components:
securitySchemes:
httpBasic:
type: http
scheme: basic
Once I run the preprocessing, the resulting json is
"components" : {
....
"securitySchemes" : { }
}
"security" : [ {
"httpBasic" : [ ]
} ],
As you see securitySchemes is being cleared.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working