Skip to content

Commit

Permalink
Add shorthand 'bytes' for a byte array
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Marx committed Aug 19, 2020
1 parent 128f384 commit ea47db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-marx-qlog-main-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ The main data types are:
* uint64 : unsigned 64-bit integer
* float : 32-bit floating point value
* double : 64-bit floating point value
* byte : an individual raw byte (8-bit) value (use array<byte> to specify a binary blob)
* byte : an individual raw byte (8-bit) value (use array<byte> or the
shorthand bytes to specify a binary blob)
* string : list of ASCII encoded characters
* boolean : boolean
* enum: fixed list of values (Unless explicity defined, the value of an enum entry
Expand Down

0 comments on commit ea47db8

Please sign in to comment.