Skip to content

Fix/schema mapped item array#186

Merged
jeremnaf merged 5 commits intomainfrom
fix/schema-mapped-item-array
Mar 27, 2026
Merged

Fix/schema mapped item array#186
jeremnaf merged 5 commits intomainfrom
fix/schema-mapped-item-array

Conversation

@eskenazit
Copy link
Copy Markdown
Contributor

Related Issue

Closes #185


What does this PR do?

Changed MappedOutputParameterArray.items to reference MappedOutputParameter directly instead of MappedItemArray, and removed the now-unused MappedItemArray definition. This means items now accepts a single object instead of requiring a one-element list.


Checklist

  • CI is green (build, tests, schema validation, security scans)
  • Rebased on latest main
  • Small and focused — one concern per PR
  • Commit messages follow Conventional Commits

Agent Context (optional)

Used Claude Opus 4.6 to fix all yml files

@eskenazit eskenazit requested a review from jeremnaf March 27, 2026 15:15
Copy link
Copy Markdown
Contributor

@jeremnaf jeremnaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jeremnaf jeremnaf merged commit 49023d2 into main Mar 27, 2026
5 checks passed
@jeremnaf jeremnaf deleted the fix/schema-mapped-item-array branch March 27, 2026 15:31
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.

items in MappedOutputParameterArray should be a single object, not an array

2 participants