Skip to content

Commit

Permalink
additional explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma committed Jan 30, 2024
1 parent b8ce2b4 commit a70badd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions proto/cmp/types/v1alpha/baggage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ message Baggage {
// Maximum number of the specified baggage count allowed for this type
int32 max_count = 2;

// Maximum weith of each of the specified bagage type allowed
// Maximum weith of each of the specified baggage type allowed
Weight max_weight = 3;

// Maximum length, width and height of the specified bagage type allowed
Dimension max_dimension = 4;

// traveller ID to specify the various types of bagage for each of participants of
// a trip.
// traveller ID to specify the various types of baggage for each of participants
// of a trip. If there is just a total of different types of baggage, then it is
// the total for the booking and not specific to each participant.
int32 traveller_id = 5;
}

Expand Down

0 comments on commit a70badd

Please sign in to comment.