@@ -297,19 +297,19 @@ They can for example be used to specify the `scale` for a dimension that is the
297297* SHOULD contain the field "name" which is informative to users but not sufficient for unique identifiation.
298298
299299* 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.
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.
304304
305305* SHOULD contain the field "version", which indicates the version of the
306- multiscale metadata of this image (current version is [NGFFVERSION] ).
306+ multiscale metadata of this image (current version is [NGFFVERSION] ).
307307
308308* SHOULD contain the field "type", which gives the type of downscaling method
309- used to generate the multiscale image pyramid.
309+ used to generate the multiscale image pyramid.
310310
311311* SHOULD contain the field "metadata", which contains a dictionary with
312- additional information about the downscaling method.
312+ additional information about the downscaling method.
313313
314314<pre class=include-code>
315315path: examples/valid_strict/multiscales_example.json
0 commit comments