### What is your issue? Zarr V3 now explicitly supports dimension names on arrays (see [Array API docs](https://zarr.readthedocs.io/en/v3/_autoapi/zarr/index.html#zarr.Array). This makes our `_ARRAY_DIMENSIONS` special attribute unnecessary. https://github.com/pydata/xarray/blob/b133fdca71fd614b8056c3e995062b2834320ba5/xarray/backends/zarr.py#L54-L55 However, we are still using `_ARRAY_DIMENSIONS` with V3 in Xarray. It would be great to fix this before we release V3 support so we don't start putting V3 data out into wild with this attribute set.