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.
omitempty
1 parent 55dc88b commit 4145757Copy full SHA for 4145757
events/apigw.go
@@ -86,7 +86,7 @@ type APIGatewayV2HTTPRequestContextAuthorizerDescription struct {
86
// APIGatewayV2HTTPRequestContextAuthorizerJWTDescription contains JWT authorizer information for the request context.
87
type APIGatewayV2HTTPRequestContextAuthorizerJWTDescription struct {
88
Claims map[string]string `json:"claims"`
89
- Scopes []string `json:"scopes"`
+ Scopes []string `json:"scopes,omitempty"`
90
}
91
92
// APIGatewayV2HTTPRequestContextHTTPDescription contains HTTP information for the request context.
0 commit comments