Skip to content

Commit

Permalink
Merge pull request #254 from guardian/model-contributors-as-strings-n…
Browse files Browse the repository at this point in the history
…ot-tags

Model multi-byline contributor as strings instead of Tags
  • Loading branch information
simonbyford authored Nov 13, 2024
2 parents 121c839 + f4d3730 commit 6bc3cd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/src/main/thrift/content/v1.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,8 @@ struct ListItem {

2: optional string title;

3: optional list<Tag> contributors;
// NOT USED. contributors has been superceded by contributorIds
// 3: optional list<Tag> contributors;

4: optional string bio;

Expand All @@ -910,6 +911,8 @@ struct ListItem {

8: optional string bylineHtml;

9: optional list<string> contributorIds;

}

struct ListElementFields {
Expand Down

0 comments on commit 6bc3cd7

Please sign in to comment.