Skip to content

Commit 375e289

Browse files
committed
Remove "extensions" from example array metadata
This key invalidates the metadata as it is neither specified as a core key, nor is it in object with `"must_understand": false".
1 parent cdf97c9 commit 375e289

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/v3/core/v3.0.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ specification version 2
6868
<https://zarr.readthedocs.io/en/stable/spec/v2.html>`_ (Zarr v2). The
6969
Zarr v2 specification is implemented in several programming
7070
languages and is used to store and analyse large
71-
scientific datasets from a variety of domains. However, it has become
72-
clear that there are several opportunities for modest but useful
73-
improvements to be made in the format, and for establishing a foundation
74-
that allows for greater interoperability, whilst also enabling a variety
71+
scientific datasets from a variety of domains. However, it has become
72+
clear that there are several opportunities for modest but useful
73+
improvements to be made in the format, and for establishing a foundation
74+
that allows for greater interoperability, whilst also enabling a variety
7575
of more advanced and specialised features to be explored and developed.
7676

7777
This specification also draws heavily on the `N5 API and
@@ -347,7 +347,7 @@ The following figure illustrates the first part of the terminology:
347347
storage transformers may intercept and alter the storage keys and bytes
348348
of an array_ before they reach the underlying physical storage.
349349
Upon retrieval, the original keys and bytes are restored within the
350-
transformer. Any number of storage transformers can be registered and
350+
transformer. Any number of storage transformers can be registered and
351351
stacked. In contrast to codecs, storage transformers can act on the
352352
complete array, rather than individual chunks. See the
353353
`storage transformers details`_ below.
@@ -718,7 +718,6 @@ compressed using gzip compression prior to storage::
718718
}
719719
}],
720720
"fill_value": "NaN",
721-
"extensions": [],
722721
"attributes": {
723722
"foo": 42,
724723
"bar": "apples",
@@ -1577,7 +1576,7 @@ Let "+" be the string concatenation operator.
15771576
To discover all nodes in a hierarchy, one should discover the children of
15781577
the root of the hierarchy and then recursively list children of child
15791578
groups.
1580-
1579+
15811580
For hierarchies without group storage transformers one may also call
15821581
``list_prefix("/")``. All ``zarr.json`` keys represent either explicit
15831582
groups or arrays. All intermediate prefixes ending in a ``/`` are implicit

0 commit comments

Comments
 (0)