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: JWT
which 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
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:
which 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