We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc2d45e + 2f494aa commit 58aba1eCopy full SHA for 58aba1e
openapi.go
@@ -1215,6 +1215,7 @@ type SecurityScheme struct {
1215
// Scheme is REQUIRED. The name of the HTTP Authorization scheme to be used in
1216
// the Authorization header as defined in [RFC7235]. The values used SHOULD be
1217
// registered in the IANA Authentication Scheme registry.
1218
+ // See: http://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml
1219
Scheme string `yaml:"scheme,omitempty"`
1220
1221
// BearerFormat is a hint to the client to identify how the bearer token is
0 commit comments