From d1f0f76871a6d1c53fbdea78d8fba8fad4832c1c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 27 Mar 2019 20:51:05 -0400 Subject: [PATCH] pluralize language and locaion --- v2/proto/claim.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index df7ff08..73a8ddd 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -16,8 +16,8 @@ message Channel { string description = 3; string thumbnail_url = 4; repeated string tags = 5; - repeated Language language = 6; - repeated Location location = 7; + repeated Language languages = 6; + repeated Location locations = 7; string contact_email = 8; string homepage_url = 9; @@ -31,8 +31,8 @@ message Stream { string description = 3; string thumbnail_url = 4; repeated string tags = 5; - repeated Language language = 6; - repeated Location location = 7; + repeated Language languages = 6; + repeated Location locations = 7; string author = 8; string license = 9;