From 79d43f0358302e14bff5d6392e2531cd54b5e3df Mon Sep 17 00:00:00 2001 From: Xiao Gui Date: Wed, 22 Jan 2025 14:31:20 +0100 Subject: [PATCH] Clarifies that `dimension_names` remains an optional attribute Co-authored-by: Ziwen Liu<67518483+ziw-liu@users.noreply.github.com> --- 0.5/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.5/index.bs b/0.5/index.bs index 85c46f81..e71aa46f 100644 --- a/0.5/index.bs +++ b/0.5/index.bs @@ -188,7 +188,7 @@ The OME-Zarr Metadata version MUST be consistent within a hierarchy. The "axes" are used as part of [[#multiscale-md]]. The length of "axes" MUST be equal to the number of dimensions of the arrays that contain the image data. -The "dimension_names" attribute in the `zarr.json` of the Zarr array of a multiscale level MUST match the names in the "axes" metadata. +The "dimension_names" attribute in the `zarr.json` of the Zarr array of a multiscale level, if defined, MUST match the names in the "axes" metadata. "bioformats2raw.layout" (transitional) {#bf2raw}