From 5b8980c373cb1184351ec70579621e02c134f659 Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Thu, 2 Mar 2023 15:26:49 +0000 Subject: [PATCH] Clarify that object types don't need binaryFormat --- docs/metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadata.md b/docs/metadata.md index 8908596666..a2b78501e7 100644 --- a/docs/metadata.md +++ b/docs/metadata.md @@ -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.