From ee3f878244faed809751dc43f8eb76df94bb8818 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 10 Apr 2019 15:33:27 -0400 Subject: [PATCH] add parent claim_id --- v2/proto/claim.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index a43305e..876e8eb 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -10,6 +10,8 @@ message Claim { repeated Language languages = 5; repeated Location locations = 6; + bytes parent = 7; + oneof type { Stream stream = 10; Channel channel = 11;