Skip to content

Commit 4721000

Browse files
Jonesywolflorenzodonini
authored andcommitted
Forgot to remove required from IdToken field
1 parent fb99af4 commit 4721000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp2.0.1/types/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ type MessageContent struct {
262262
}
263263

264264
type GroupIdToken struct {
265-
IdToken string `json:"idToken" validate:"required,max=36"`
265+
IdToken string `json:"idToken" validate:"max=36"`
266266
Type IdTokenType `json:"type" validate:"required,idTokenType"`
267267
}
268268

0 commit comments

Comments
 (0)