From e765734c4b22aea638c7b06746d4d152150f1623 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 11 Oct 2024 07:08:22 -0500 Subject: [PATCH] Clarify extra / must_understand language --- docs/v3/core/v3.0.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/v3/core/v3.0.rst b/docs/v3/core/v3.0.rst index bd0db8c6..59726bed 100644 --- a/docs/v3/core/v3.0.rst +++ b/docs/v3/core/v3.0.rst @@ -685,8 +685,6 @@ The following members are optional: same dimension name across multiple arrays within the same Zarr hierarchy, but extensions or specific applications may do so. -The array metadata object must not contain any other names. -Those are reserved for future versions of this specification. An implementation must fail to open Zarr hierarchies, groups or arrays with unknown metadata fields, with the exception of objects with a ``"must_understand": false`` key-value pair. @@ -814,11 +812,9 @@ For example, the JSON document below defines a group:: } } -The group metadata object must not contain any other names. Those are reserved -for future versions of this specification. An implementation must fail to open -zarr hierarchies or groups with unknown metadata fields, with the exception of -objects with a ``"must_understand": false`` key-value pair. - +An implementation must fail to open zarr hierarchies or groups with unknown +metadata fields, with the exception of objects with a ``"must_understand": +false`` key-value pair. Node names ==========