Skip to content

Commit

Permalink
Merge pull request #258 from guardian/deeply-read
Browse files Browse the repository at this point in the history
Add field for deeply-read
  • Loading branch information
davidfurey authored Feb 19, 2025
2 parents 86752f2 + 263340b commit 4888335
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/src/main/thrift/content/v1.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -2016,6 +2016,8 @@ struct ItemResponse {

18: optional list<Content> mostViewed

// deeplyRead is #38

19: optional list<Content> leadContent

/* New story packages */
Expand Down Expand Up @@ -2055,6 +2057,8 @@ struct ItemResponse {
36: optional contentatom.Atom audio

37: optional contentatom.Atom emailsignup

38: optional list<Content> deeplyRead
}

struct TagsResponse {
Expand Down

0 comments on commit 4888335

Please sign in to comment.