Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
harryherbig committed Dec 18, 2023
1 parent 6e59863 commit 9377818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stroeer/core/v1/article.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ message Article {
Metadata metadata = 7;
repeated Element elements = 8;
repeated Keyword keywords = 9;
repeated int64 onwards = 10;
repeated int64 onwards = 10 [deprecated = true];
map<string, Article> variants = 11;
repeated Author authors = 12;
repeated RelatedArticle related_articles = 13;
Expand Down Expand Up @@ -921,7 +921,7 @@ message Article {
// This field may also be empty if the id was not resolved to an article yet.
stroeer.core.v1.Article article = 1;
// Source of the related article.
string related_article_source = 3;
string source = 3;

// id of the unresolved related article
int64 id = 4;
Expand Down

0 comments on commit 9377818

Please sign in to comment.