Skip to content

Commit

Permalink
Generate (with broken comments...)
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonl committed Sep 27, 2024
1 parent 4e333b4 commit 03448c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/j5/j5/schema/v1/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ message Object {
EntityObject entity = 3;

repeated ObjectProperty properties = 4;

// The names of any Any messages this object is a member of.
// Setting this field forces the object to appear in packages even if
// not referenced by services or topics.
repeated string any_member = 5;
}

message EntityObject {
Expand Down

0 comments on commit 03448c0

Please sign in to comment.