Skip to content

Commit 183fdc4

Browse files
committed
spec: clarification of name/path usage
1 parent 5f2dcdd commit 183fdc4

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

index.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,11 +1578,16 @@ whose value MUST be an array of valid [transformations](#trafo-types-md).
15781578
It MAY contain the field `coordinateSystems`,
15791579
whose values MUST be an array of valid [coordinate systems](#coordinate-systems-md).
15801580

1581-
If used inside "scene" metadata, the `input` and `output` fields of `coordinateTransformations` MUST contain a json object,
1582-
which MUST contain either the `path` or the `name` field, or both.
1583-
The value of the `path` field is the path to a multiscale image subgroup.
1584-
The value of the `name` field is the name of a `coordinateSystem` either in the multiscale image subgroup specified by the path,
1585-
or within the `scene` dictionary itself.
1581+
If used inside `scene` metadata, the `input` and `output` fields of `coordinateTransformations` MUST contain a json object,
1582+
which MUST contain the field `name` and MAY contain the field `path`.
1583+
1584+
**name**
1585+
Refers to the name of a `coordinateSystem` either in the multiscale image subgroup specified by the path,
1586+
or within the `scene` dictionary itself.
1587+
1588+
**path**
1589+
Refers to the path of a multiscale image subgroup in the Zarr hierarchy.
1590+
15861591
If `name` refers to a coordinate system in the `scene` dictionary,
15871592
the `path` value MAY be omitted or null.
15881593
If `name` refers to a coordinate system in the multiscale image subgroup specified by `path`,

0 commit comments

Comments
 (0)