Add support of `in: querystring` OAS 3.2 parameter location for Respect
@DmitryAnansky is already working on this.
Since Aug 4, 2026.
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 228
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 48
Description
Is your feature request related to a problem? Please describe.
A new location of the parameter was introduced in 3.2.0 OAS specification, called querystring.
REQUIRED. The location of the parameter. Possible values are "query", "querystring", "header", "path" or "cookie".
As current Arazzo version(1.0.1) does not have it described, Respect should be able to interpret all described in OAS 3.2 parameters and apply to the Step execution if no other parameters explicitly defined.
Describe the solution you'd like
Respect could probably transform described in OAS 3.2 querystring parameter into allowed by specification parameters and apply to a request.
Describe alternatives you've considered
Wait until there is support for a new parameter location added to the Arazzo specification and after that still apply a similar approach.
Additional context
References to related PRS:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.