diff --git a/docs/v3/core/v3.0.rst b/docs/v3/core/v3.0.rst index bd0db8c..59726be 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 ==========