Skip to content

path parameters in $refs are not picked up #1579

Open
@martijnhoekstra

Description

@martijnhoekstra

given

main.yml:

paths:
  /my/{path}/somewhere:
    $ref: external.yml#/~1my~1{path}~1somewhere

external.yml:

/my/{path}/somewhere:
  parameters:
  - in: path
     name: path
     required: true
  get:
    operationId: myExternalOp
    resonses:
      '200':
        description: ok

no route parameter for path is created in the handler interface

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions