File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1575,9 +1575,17 @@ for data types specifying fallback data types.
15751575See https://github.com/zarr-developers/zarr-specs/issues/49 for a list of
15761576potential extensions.
15771577
1578+ Specifications for new extensions are recommended to be published in the
1579+ https://github.com/zarr-developers/zarr-specs repository via the
1580+ `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html >`_. If a specification
1581+ is published decentralized (e.g. for initial experimentation or due to a very
1582+ specialized scope), it must use a URL in the `name ` key of its metadata, which
1583+ identifies the publishing organization or individual, and should point to the
1584+ specification of the extension.
1585+
15781586Future versions of this specification may also add new core features by adding new top-level
15791587metadata keys. Such features are required by default. However, if the value of an unknown feature
1580- is an object containing the key-value pair ``` "must_understand": false ``, it can be ignored.
1588+ is an object containing the key-value pair ``"must_understand": false ``, it can be ignored.
15811589
15821590Implementation Notes
15831591====================
You can’t perform that action at this time.
0 commit comments