Skip to content

Commit b4ce289

Browse files
authored
Apply suggestion from @andig
1 parent a18e665 commit b4ce289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)