Redocly / Redocly/redocly-cli

Add support of `in: querystring` OAS 3.2 parameter location for Respect

Open
#2,563 1 comment 0 reactions 1 assignee View on GitHub

@DmitryAnansky is already working on this.

Since Aug 4, 2026.

p3 Respect Type: Enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.