Skip to content

Commit

Permalink
Use camel-case to adhere to the current json convention (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Sirianni authored Sep 14, 2021
1 parent 0760055 commit 30f6818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/parameter.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Parameter struct {
Default interface{} `json:"default" yaml:"default"`
RelevantIf map[string]map[string]interface{} `json:"relevantIf" yaml:"relevant_if"`
Hidden bool `json:"hidden" yaml:"hidden"`
AdvancedConfig bool `json:"advanced_config" yaml:"advanced_config"`
AdvancedConfig bool `json:"advancedConfig" yaml:"advanced_config"`
}

func (p Parameter) validateValue(value interface{}) error {
Expand Down

0 comments on commit 30f6818

Please sign in to comment.