pherold0923
5 years agoNew Contributor
securityScheme error
I'm trying to configure bearer authentication in an OpenAPI object using YAML in a Spring Boot app. Here is my YAML: components: securitySchemes: bearerAuth: type: http sch...