Skip to content

Rename z-stepSize to zStepSize in gridImageStack schema#605

Open
Copilot wants to merge 2 commits into
v6from
copilot/fix-issue-604
Open

Rename z-stepSize to zStepSize in gridImageStack schema#605
Copilot wants to merge 2 commits into
v6from
copilot/fix-issue-604

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 23, 2026

Summary

Fixes #604.

Renames the property z-stepSizezStepSize in schemas/data/gridImageStack.schema.tpl.json (both in the required array and as the key in properties).

Motivation

  • Hyphens in property names are not valid MATLAB class property identifiers, forcing special remapping logic in openMINDS MATLAB.
  • z-stepSize is inconsistent with the camelCase naming convention used elsewhere in openMINDS property names.
  • This change simplifies client code generation for strongly typed language bindings.

Changes

  • schemas/data/gridImageStack.schema.tpl.json: rename z-stepSizezStepSize in required array and properties object.

Remove extra newline at end of file
@ehennestad ehennestad requested review from lzehl and removed request for ehennestad April 23, 2026 18:06
@ehennestad ehennestad force-pushed the copilot/fix-issue-604 branch from 519f27a to 8b37dea Compare April 23, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename property 'z-stepSize' to 'zStepSize' for naming consistency and client compatibility

2 participants