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.
1 parent eac768c commit b823b15Copy full SHA for b823b15
ocpp1.6/core/get_configuration.go
@@ -12,7 +12,7 @@ const GetConfigurationFeatureName = "GetConfiguration"
12
type ConfigurationKey struct {
13
Key string `json:"key" validate:"required,max=50"`
14
Readonly bool `json:"readonly"`
15
- Value *string `json:"value,omitempty" validate:"omitempty,max=2000"`
+ Value *string `json:"value,omitempty" validate:"omitempty,max=500"`
16
}
17
18
// The field definition of the GetConfiguration request payload sent by the Central System to the Charge Point.
0 commit comments