@@ -290,25 +290,26 @@ The requirements (only `scale` and `translation`, restrictions on order) are in
290290
291291Each "multiscales" dictionary:
292292
293- * MAY contain the field "coordinateTransformations", describing transformations that are applied to all resolution levels in the same manner.
294- The transformations MUST follow the same rules about allowed types, order, etc. as in "datasets:coordinateTransformations" and are applied after them.
295- They can for example be used to specify the `scale` for a dimension that is the same for all resolutions.
293+ * MAY contain the field "coordinateTransformations", describing transformations that are applied to all resolution levels in the same manner.
294+ The transformations MUST follow the same rules about allowed types, order, etc. as in "datasets:coordinateTransformations" and are applied after them.
295+ They can for example be used to specify the `scale` for a dimension that is the same for all resolutions.
296296
297297* SHOULD contain the field "name" which is informative to users but not sufficient for unique identifiation.
298298
299- * SHOULD contain the field "uuid" which is a
300- [RFC 4122] (https://www.ietf.org/rfc/rfc4122.txt) compliant
301- string representation of a universally unique identifier, e.g., "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6" and SHOULD use
302- a compliant generator to minimize potential conflicts.
299+ * SHOULD contain the field "uuid" which is a
300+ [RFC 4122] (https://www.ietf.org/rfc/rfc4122.txt) compliant
301+ string representation of a universally unique identifier,
302+ ke.g., "urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6" and SHOULD use
303+ a compliant generator to minimize potential conflicts.
303304
304- * SHOULD contain the field "version", which indicates the version of the
305- multiscale metadata of this image (current version is [NGFFVERSION] ).
305+ * SHOULD contain the field "version", which indicates the version of the
306+ multiscale metadata of this image (current version is [NGFFVERSION] ).
306307
307- * SHOULD contain the field "type", which gives the type of downscaling method
308- used to generate the multiscale image pyramid.
308+ * SHOULD contain the field "type", which gives the type of downscaling method
309+ used to generate the multiscale image pyramid.
309310
310- * SHOULD contain the field "metadata", which contains a dictionary with
311- additional information about the downscaling method.
311+ * SHOULD contain the field "metadata", which contains a dictionary with
312+ additional information about the downscaling method.
312313
313314<pre class=include-code>
314315path: examples/valid_strict/multiscales_example.json
0 commit comments