-
-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Labels
PRs welcomePRs are welcome to solve this issue!PRs are welcome to solve this issue!good first issueStraightforward problem, solvable for first-time contributors without deep knowledge of the projectStraightforward problem, solvable for first-time contributors without deep knowledge of the project
Description
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
Labels
PRs welcomePRs are welcome to solve this issue!PRs are welcome to solve this issue!good first issueStraightforward problem, solvable for first-time contributors without deep knowledge of the projectStraightforward problem, solvable for first-time contributors without deep knowledge of the project