Skip to content

Conversation

@RoCat
Copy link
Contributor

@RoCat RoCat commented Nov 25, 2025

For some reasons, types are matched by content.
For exemple if we have an API that only get as body an array of integers, with no type name, this type will match other type declared as array of integer with a name.
This could have sense sometimes, but in our case we dont want for exemple that an array of ids match Boundaries type, that is an array of coordinates.

For this reasons I added a parameter to disable the content matching feature.

@changeset-bot
Copy link

changeset-bot bot commented Nov 25, 2025

⚠️ No Changeset found

Latest commit: ffe0344

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@RoCat RoCat force-pushed the doNotMatchByContent branch 3 times, most recently from a9ded52 to de5302d Compare November 25, 2025 09:28
@RoCat RoCat force-pushed the doNotMatchByContent branch from de5302d to ffe0344 Compare November 25, 2025 09:29
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.

1 participant