Skip to content

Commit b823b15

Browse files
andiglorenzodonini
authored andcommitted
wip
1 parent eac768c commit b823b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp1.6/core/get_configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const GetConfigurationFeatureName = "GetConfiguration"
1212
type ConfigurationKey struct {
1313
Key string `json:"key" validate:"required,max=50"`
1414
Readonly bool `json:"readonly"`
15-
Value *string `json:"value,omitempty" validate:"omitempty,max=2000"`
15+
Value *string `json:"value,omitempty" validate:"omitempty,max=500"`
1616
}
1717

1818
// The field definition of the GetConfiguration request payload sent by the Central System to the Charge Point.

0 commit comments

Comments
 (0)