move repeated attributes into Claim directly, added ClaimList #31
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