File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -326,11 +326,11 @@ under the logical paths "foo" and "foo/bar" and an array exists at logical path
326
326
Attributes
327
327
----------
328
328
329
- An array or group can be associated with custom attributes, which are simple
330
- key/value items with application-specific meaning. Custom attributes are
331
- encoded as a JSON object and stored under the ".zattrs" key within an array
332
- store. The ".zattrs" key does not have to be present, and if it is absent the
333
- attributes should be treated as empty.
329
+ An array or group can be associated with custom attributes, which are arbitrary
330
+ key/value pairs with application-specific meaning. Custom attributes are encoded
331
+ as a JSON object and stored under the ".zattrs" key within an array store. The
332
+ ".zattrs" key does not have to be present, and if it is absent the attributes
333
+ should be treated as empty.
334
334
335
335
For example, the JSON object below encodes three attributes named
336
336
"foo", "bar" and "baz"::
@@ -545,6 +545,8 @@ initially published to clarify ambiguities and add some missing information.
545
545
subarray shapes and/or with nested structured data types are encoded
546
546
in array metadata (:issue: `111 `, :issue: `296 `).
547
547
548
+ * Clarified the key/value pairs of custom attributes as "arbitrary" rather than
549
+ "simple".
548
550
549
551
Changes from version 1 to version 2
550
552
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments