securitySchemes: authType: # arbitrary name for the security scheme: type: oauth2 description: xyz # arbitrary description for the security scheme
securitySchemes: authType: # arbitrary name for the security scheme: type: http bearerFormat: jwt description: xyz # arbitrary description for the security scheme
securitySchemes: authType: # arbitrary name for the security scheme: type: oauth2 description: RFC8725 Compliant JWT
securitySchemes: authType: # arbitrary name for the security scheme: type: http bearerFormat: jwt description: RFC8725 Compliant JWT
Check the FireTail blog and research documents for up-to-date information.