add parent claim_id
This commit is contained in:
parent
d326456f6e
commit
77dab83c91
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue