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.
2 parents f430f21 + f73eef6 commit 728464eCopy full SHA for 728464e
events.go
@@ -73,7 +73,7 @@ type Event struct {
73
Entries *[]Entry `json:"entries,omitempty"`
74
Packages *map[string]string `json:"packages,omitempty"`
75
SDK *map[string]interface{} `json:"sdk,omitempty"`
76
- Contexts *map[string]string `json:"contexts,omitempty"`
+ Contexts *map[string]interface{} `json:"contexts,omitempty"`
77
Context *map[string]interface{} `json:"context,omitempty"`
78
Release *Release `json:"release,omitempty"`
79
GroupID *string `json:"groupID,omitempty"`
0 commit comments