Skip to content

Commit

Permalink
Clarify that object types don't need binaryFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong committed Mar 2, 2023
1 parent ac33a3f commit c3af8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ is much smaller and generally faster to encode/decode than JSON.

This codec places extra restrictions on the schema:

1. Each property must have a `binaryFormat`
1. Each property (apart from those of `"type": "object"`) must have a `binaryFormat`
This sets the binary encoding used for the property.

2. All metadata objects must have fixed properties.
Expand Down

0 comments on commit c3af8b0

Please sign in to comment.