diff --git a/rest/model/data/feed.go b/rest/model/data/feed.go index d481d9c..b42cf59 100644 --- a/rest/model/data/feed.go +++ b/rest/model/data/feed.go @@ -29,6 +29,8 @@ type Feed struct { Config Config `json:"config,omitempty"` Data Meta `json:"data,omitempty"` + Destinations []Destination `json:"destinations"` + SourceID string }