Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Hudalla <sophokles.kh@gmail.com>
  • Loading branch information
stevenhartley and sophokles73 authored Nov 8, 2024
1 parent a3170de commit 7af377a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion basics/upayloadformat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following table provides an overview of the payload formats supported by uPr

| `UPAYLOAD_FORMAT_UNSPECIFIED`
| N/A
| Payload format was not specified so we cannot assume a format and automatically deserialize the payload, the client needs to know what payload format is,
| The payload format is unknown. Clients will need to have gained knowledge about the concrete encoding and semantics of the payload by means of an out-of-band mechanism.


|`UPAYLOAD_FORMAT_PROTOBUF_WRAPPED_IN_ANY`
Expand Down
2 changes: 1 addition & 1 deletion up-core-api/uprotocol/v1/uattributes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ enum UPriority {

// The format for the data stored in the UMessage.
enum UPayloadFormat {
// Payload format was not specified.
// Payload format is unknown.
UPAYLOAD_FORMAT_UNSPECIFIED = 0;

// Payload is an Any protobuf message that contains the packed payload
Expand Down

0 comments on commit 7af377a

Please sign in to comment.