Skip to content

Resolve OpenAPI 2 parameter references - #487

Open
ydah wants to merge 1 commit into
masterfrom
fix/openapi2-parameter-references
Open

ydah wants to merge 1 commit into
masterfrom
fix/openapi2-parameter-references

Conversation

@ydah

@ydah ydah commented Sep 24, 2026

Copy link
Copy Markdown
Member

OpenAPI 2 operation parameters can reference reusable parameter definitions through #/parameters/.... The driver passed each reference object directly to the parameter schema builders, which require a parameter name, so valid specs failed to load.

Resolve local parameter references before building query and header schemas. Add coverage for referenced query and header parameters.

Fixes: #259

@ydah
ydah force-pushed the fix/openapi2-parameter-references branch from f14da6a to 3c5995b Compare September 24, 2026 07:20
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.

OpenApi 2.0 "Committee: no name section in link data" when parameter is using a reference

1 participant