Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mattt
Copy link
Owner

@mattt mattt commented Oct 9, 2025

Related to #60

@mattt mattt requested a review from Copilot October 9, 2025 11:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR resolves parameter name collisions between OpenAPI path/query/header parameters and request body properties by giving precedence to path/query/header parameters when duplicate names exist.

  • Tracks parameter names from path/query/header parameters to identify potential collisions
  • Skips body properties that have the same names as path/query/header parameters during schema generation and request processing
  • Ensures path/query/header parameters take precedence over body properties when names conflict

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@mattt mattt merged commit 7e48585 into main Oct 9, 2025
1 check passed
@mattt mattt deleted the mattt/dedup-properties branch October 9, 2025 11:17
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.

2 participants