From 32e2b90dad98455bbfa5bfadad55bd33bc4c1131 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:30:57 +0000 Subject: [PATCH 1/2] Rename z-stepSize to zStepSize in gridImageStack schema (fix #604) Agent-Logs-Url: https://github.com/openMetadataInitiative/openMINDS_core/sessions/093025a8-b034-4c20-b6d7-7c18cd533496 Co-authored-by: ehennestad <17237719+ehennestad@users.noreply.github.com> --- schemas/data/gridImageStack.schema.tpl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/data/gridImageStack.schema.tpl.json b/schemas/data/gridImageStack.schema.tpl.json index 5ffc8444..fb3d011b 100644 --- a/schemas/data/gridImageStack.schema.tpl.json +++ b/schemas/data/gridImageStack.schema.tpl.json @@ -4,7 +4,7 @@ "dataLocation", "dimension", "pixelSize", - "z-stepSize" + "zStepSize" ], "properties": { "additionalRemarks": { @@ -57,7 +57,7 @@ "minItems": 2, "type": "array" }, - "z-stepSize": { + "zStepSize": { "_embeddedTypes": [ "core:QuantitativeValue" ], From 8b37deae491df4839ba04c6924df9001a4557aef Mon Sep 17 00:00:00 2001 From: ehennestad Date: Thu, 23 Apr 2026 19:08:55 +0200 Subject: [PATCH 2/2] Update gridImageStack.schema.tpl.json Remove extra newline at end of file --- schemas/data/gridImageStack.schema.tpl.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/data/gridImageStack.schema.tpl.json b/schemas/data/gridImageStack.schema.tpl.json index fb3d011b..099a259a 100644 --- a/schemas/data/gridImageStack.schema.tpl.json +++ b/schemas/data/gridImageStack.schema.tpl.json @@ -65,4 +65,3 @@ } } } -