-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
design:neededA design request has been raised that needs a proposalA design request has been raised that needs a proposallib:http
Description
Clear and concise description of the problem
https://spec.openapis.org/oas/v3.1.0.html#fixed-fields-22
It should be easier to add the bearerAuth hint to the generated openapi spec for auth. For example, it is not currently possible to generate:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWTwhich you can see in the examples in the linked openapi spec.
This feels common enough that it should be possible esp. given it is possible in the raw openapi spec
Checklist
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
design:neededA design request has been raised that needs a proposalA design request has been raised that needs a proposallib:http