Skip to content

Commit

Permalink
Model multi-byline contributor as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyford committed Oct 29, 2024
1 parent 6fe28d7 commit d0f5524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/src/main/thrift/content/v1.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ struct ListItem {

2: optional string title;

3: optional list<Tag> contributors;
3: optional list<string> contributorIds;

4: optional string bio;

Expand Down

0 comments on commit d0f5524

Please sign in to comment.