Zarr v3 Array Metadata. Stored as JSON with key zarr.json
.
zarr_format: 3
node_type: "array"
optional
dimension_names: string[]
chunk_grid: { name: "regular"; configuration: { chunk_shape: number[]; }; }
chunk_key_encoding: { name: "v2" | "default"; configuration?: { separator?: "." | "/"; }; }
fill_value: Scalar<D> | null