Skip to content

Support $ref-type parameters, as well as components.parameters #329

@drwpow

Description

@drwpow

Followup from #236.

We don’t yet support the following schema:

paths:
  '/some/path':
    get:
      parameters:
        - "$ref": "#/components/parameters/since"
        - "$ref": "#/components/parameters/per_page"
        - "$ref": "#/components/parameters/page"

Add support for $ref parameters as well as add the components.parameters object to the final response.

There’s an existing spec which illustrates this: tests/v3/specs/github.yaml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PRs welcomePRs are welcome to solve this issue!good first issueStraightforward problem, solvable for first-time contributors without deep knowledge of the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions