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 @@ -1577,9 +1577,17 @@ for data types specifying fallback data types.
15771577See https://github.com/zarr-developers/zarr-specs/issues/49 for a list of
15781578potential extensions.
15791579
1580+ Specifications for new extensions are recommended to be published in the
1581+ https://github.com/zarr-developers/zarr-specs repository via the
1582+ `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html >`_. If a specification
1583+ is published decentralized (e.g. for initial experimentation or due to a very
1584+ specialized scope), it must use a URL in the `name ` key of its metadata, which
1585+ identifies the publishing organization or individual, and should point to the
1586+ specification of the extension.
1587+
15801588Future versions of this specification may also add new core features by adding new top-level
15811589metadata keys. Such features are required by default. However, if the value of an unknown feature
1582- is an object containing the key-value pair ``` "must_understand": false ``, it can be ignored.
1590+ is an object containing the key-value pair ``"must_understand": false ``, it can be ignored.
15831591
15841592Implementation Notes
15851593====================
You can’t perform that action at this time.
0 commit comments