Skip to content

Commit dd90a3f

Browse files
committed
Remove confusingly redundant must_understand block from groups
1 parent 4ac0126 commit dd90a3f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/v3/core/index.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,8 @@ Optional keys:
765765
pairs, where the key must be a string and the value can be an arbitrary
766766
JSON literal. Intended to allow storage of arbitrary user metadata.
767767

768+
.. _group-metadata-extensions:
769+
768770
Unknown
769771
^^^^^^^
770772

@@ -785,13 +787,6 @@ For example, the JSON document below defines a group::
785787
}
786788
}
787789

788-
The group metadata object must not contain any other names. Those are reserved
789-
for future versions of this specification. An implementation must fail to open
790-
zarr hierarchies or groups with unknown metadata fields, with the exception of
791-
objects with a ``"must_understand": false`` key-value pair.
792-
See :ref:`extension-definition-must-understand` for more information.
793-
794-
795790
Node names
796791
==========
797792

0 commit comments

Comments
 (0)