From 9c811cbda5ef7726818a76ec8a159b6fc555b863 Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:58:50 +0200 Subject: [PATCH 1/2] schema: fix reference to axes to use URLs, too --- schemas/coordinate_systems.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/coordinate_systems.schema b/schemas/coordinate_systems.schema index 424c2285..5b21951d 100644 --- a/schemas/coordinate_systems.schema +++ b/schemas/coordinate_systems.schema @@ -19,7 +19,7 @@ "description": "Name of coordinate system. Must be unique among all coordinate systems." }, "axes": { - "$ref": "axes.schema" + "$ref": "https://ngff.openmicroscopy.org/0.6/schemas/axes.schema" } }, "required": [ From 29b1f5afa20ac4ce86fe7ac29dd3989dc3f2522c Mon Sep 17 00:00:00 2001 From: Johannes Soltwedel <38459088+jo-mueller@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:26:51 +0200 Subject: [PATCH 2/2] schema: use rc0 instead of 0.6 --- schemas/coordinate_systems.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/coordinate_systems.schema b/schemas/coordinate_systems.schema index 5b21951d..0f0cf382 100644 --- a/schemas/coordinate_systems.schema +++ b/schemas/coordinate_systems.schema @@ -19,7 +19,7 @@ "description": "Name of coordinate system. Must be unique among all coordinate systems." }, "axes": { - "$ref": "https://ngff.openmicroscopy.org/0.6/schemas/axes.schema" + "$ref": "https://ngff.openmicroscopy.org/0.6rc0/schemas/axes.schema" } }, "required": [