@@ -555,7 +555,7 @@ message ThingType {
555
555
}
556
556
message Res {
557
557
oneof res {
558
- Type type = 1 ;
558
+ Type attribute_type = 1 ;
559
559
}
560
560
}
561
561
}
@@ -581,14 +581,14 @@ message ThingType {
581
581
message GetPlays {
582
582
message Req {}
583
583
message ResPart {
584
- repeated Type roles = 1 ;
584
+ repeated Type role_types = 1 ;
585
585
}
586
586
}
587
587
588
588
message GetPlaysExplicit {
589
589
message Req {}
590
590
message ResPart {
591
- repeated Type roles = 1 ;
591
+ repeated Type role_types = 1 ;
592
592
}
593
593
}
594
594
@@ -605,17 +605,17 @@ message ThingType {
605
605
606
606
message SetPlays {
607
607
message Req {
608
- Type role = 1 ;
608
+ Type role_type = 1 ;
609
609
oneof overridden {
610
- Type overridden_role = 2 ;
610
+ Type overridden_type = 2 ;
611
611
}
612
612
}
613
613
message Res {}
614
614
}
615
615
616
616
message UnsetPlays {
617
617
message Req {
618
- Type role = 1 ;
618
+ Type role_type = 1 ;
619
619
}
620
620
message Res {}
621
621
}
@@ -647,7 +647,7 @@ message RelationType {
647
647
message GetRelates {
648
648
message Req {}
649
649
message ResPart {
650
- repeated Type roles = 1 ;
650
+ repeated Type role_types = 1 ;
651
651
}
652
652
}
653
653
@@ -718,7 +718,7 @@ message AttributeType {
718
718
bool only_key = 1 ;
719
719
}
720
720
message ResPart {
721
- repeated Type owners = 1 ;
721
+ repeated Type thing_types = 1 ;
722
722
}
723
723
}
724
724
@@ -727,7 +727,7 @@ message AttributeType {
727
727
bool only_key = 1 ;
728
728
}
729
729
message ResPart {
730
- repeated Type owners = 1 ;
730
+ repeated Type thing_types = 1 ;
731
731
}
732
732
}
733
733
@@ -752,7 +752,7 @@ message AttributeType {
752
752
}
753
753
}
754
754
message ResPart {
755
- repeated Type types = 1 ;
755
+ repeated Type attribute_types = 1 ;
756
756
}
757
757
}
758
758
@@ -763,7 +763,7 @@ message AttributeType {
763
763
}
764
764
}
765
765
message ResPart {
766
- repeated Thing things = 1 ;
766
+ repeated Thing attributes = 1 ;
767
767
}
768
768
}
769
769
}
0 commit comments