Skip to content

Commit 5383b21

Browse files
committed
Refine protocol message names
1 parent 6be4e4a commit 5383b21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/concept.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ message Type {
329329
ThingType.GetPlaysOverridden.Req thing_type_get_plays_overridden_req = 313; // TODO: reorder
330330
ThingType.SetPlays.Req thing_type_set_plays_req = 307;
331331
ThingType.UnsetPlays.Req thing_type_unset_plays_req = 308;
332-
ThingType.Syntax.Req thing_type_syntax_req = 314; // TODO: reorder
332+
ThingType.GetSyntax.Req thing_type_get_syntax_req = 314; // TODO: reorder
333333

334334
// EntityType method requests
335335
EntityType.Create.Req entity_type_create_req = 400;
@@ -370,7 +370,7 @@ message Type {
370370
ThingType.GetPlaysOverridden.Res thing_type_get_plays_overridden_res = 307; // TODO: reorder
371371
ThingType.SetPlays.Res thing_type_set_plays_res = 304;
372372
ThingType.UnsetPlays.Res thing_type_unset_plays_res = 305;
373-
ThingType.Syntax.Res thing_type_syntax_res = 308; // TODO: reorder
373+
ThingType.GetSyntax.Res thing_type_get_syntax_res = 308; // TODO: reorder
374374

375375
// EntityType method responses
376376
EntityType.Create.Res entity_type_create_res = 400;
@@ -626,10 +626,10 @@ message ThingType {
626626
message Res {}
627627
}
628628

629-
message Syntax {
629+
message GetSyntax {
630630
message Req {}
631631
message Res {
632-
string schema = 1;
632+
string syntax = 1;
633633
}
634634
}
635635
}

0 commit comments

Comments
 (0)