fix: add yaml tags to models so we can unmarshal camelCase (#148)
This commit is contained in:
@ -16,7 +16,7 @@ import (
|
||||
|
||||
// TemplateSummaryVariableArgs struct for TemplateSummaryVariableArgs
|
||||
type TemplateSummaryVariableArgs struct {
|
||||
Type string `json:"type"`
|
||||
Type string `json:"type" yaml:"type"`
|
||||
AdditionalProperties map[string]interface{}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user