Skip to content

Commit

Permalink
Forgot to remove required from IdToken field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonesywolf authored and lorenzodonini committed Mar 12, 2024
1 parent fb99af4 commit 4721000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp2.0.1/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ type MessageContent struct {
}

type GroupIdToken struct {
IdToken string `json:"idToken" validate:"required,max=36"`
IdToken string `json:"idToken" validate:"max=36"`
Type IdTokenType `json:"type" validate:"required,idTokenType"`
}

Expand Down

0 comments on commit 4721000

Please sign in to comment.