Skip to content

Commit

Permalink
omitempty for violation extras
Browse files Browse the repository at this point in the history
  • Loading branch information
eemcmullan committed Sep 13, 2023
1 parent 46fc5b7 commit 0fa4b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/v1/konveyor/violations.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Violation struct {
Links []Link `yaml:"links,omitempty" json:"links,omitempty"`

// Extras reserved for additional data
Extras json.RawMessage
Extras json.RawMessage `yaml:"extras,omitempty" json:"extras,omitempty"`

// Effort defines expected story points for this incident
Effort *int `yaml:"effort,omitempty" json:"effort,omitempty"`
Expand Down

0 comments on commit 0fa4b5f

Please sign in to comment.