File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ message Type {
329
329
ThingType.GetPlaysOverridden.Req thing_type_get_plays_overridden_req = 313 ; // TODO: reorder
330
330
ThingType.SetPlays.Req thing_type_set_plays_req = 307 ;
331
331
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
333
333
334
334
// EntityType method requests
335
335
EntityType.Create.Req entity_type_create_req = 400 ;
@@ -370,7 +370,7 @@ message Type {
370
370
ThingType.GetPlaysOverridden.Res thing_type_get_plays_overridden_res = 307 ; // TODO: reorder
371
371
ThingType.SetPlays.Res thing_type_set_plays_res = 304 ;
372
372
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
374
374
375
375
// EntityType method responses
376
376
EntityType.Create.Res entity_type_create_res = 400 ;
@@ -626,10 +626,10 @@ message ThingType {
626
626
message Res {}
627
627
}
628
628
629
- message Syntax {
629
+ message GetSyntax {
630
630
message Req {}
631
631
message Res {
632
- string schema = 1 ;
632
+ string syntax = 1 ;
633
633
}
634
634
}
635
635
}
You can’t perform that action at this time.
0 commit comments