diff --git a/schemas/data/gridImageStack.schema.tpl.json b/schemas/data/gridImageStack.schema.tpl.json index 5ffc8444..099a259a 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" ], @@ -65,4 +65,3 @@ } } } -