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 3433ba2 commit 8994e2bCopy full SHA for 8994e2b
model/event.go
@@ -48,7 +48,7 @@ func EventStructLevelValidation(structLevel validator.StructLevel) {
48
49
// Event used to define events and their correlations
50
type Event struct {
51
- Common
+ Common `json:",inline"`
52
// Unique event name
53
Name string `json:"name" validate:"required"`
54
// CloudEvent source
0 commit comments