@@ -25,21 +25,21 @@ import (
2525// Recommended for most use case is Authorization Code Grant flow with PKCE.
2626// - https://spec.openapis.org/oas/v3.1.0#security-scheme-object
2727type SecurityScheme struct {
28- Type low.NodeReference [string ]
29- Description low.NodeReference [string ]
30- Name low.NodeReference [string ]
31- In low.NodeReference [string ]
32- Scheme low.NodeReference [string ]
33- BearerFormat low.NodeReference [string ]
34- Flows low.NodeReference [* OAuthFlows ]
35- OpenIdConnectUrl low.NodeReference [string ]
28+ Type low.NodeReference [string ]
29+ Description low.NodeReference [string ]
30+ Name low.NodeReference [string ]
31+ In low.NodeReference [string ]
32+ Scheme low.NodeReference [string ]
33+ BearerFormat low.NodeReference [string ]
34+ Flows low.NodeReference [* OAuthFlows ]
35+ OpenIdConnectUrl low.NodeReference [string ]
3636 OAuth2MetadataUrl low.NodeReference [string ] // OpenAPI 3.2+ OAuth2 metadata URL
37- Deprecated low.NodeReference [bool ] // OpenAPI 3.2+ deprecated flag
38- Extensions * orderedmap.Map [low.KeyReference [string ], low.ValueReference [* yaml.Node ]]
39- KeyNode * yaml.Node
40- RootNode * yaml.Node
41- index * index.SpecIndex
42- context context.Context
37+ Deprecated low.NodeReference [bool ] // OpenAPI 3.2+ deprecated flag
38+ Extensions * orderedmap.Map [low.KeyReference [string ], low.ValueReference [* yaml.Node ]]
39+ KeyNode * yaml.Node
40+ RootNode * yaml.Node
41+ index * index.SpecIndex
42+ context context.Context
4343 * low.Reference
4444 low.NodeMap
4545}
0 commit comments