Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot apply more than 1 absolute path in 1 file #56

Closed
j-d-carmichael opened this issue Sep 9, 2021 · 1 comment
Closed

Cannot apply more than 1 absolute path in 1 file #56

j-d-carmichael opened this issue Sep 9, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@j-d-carmichael
Copy link
Owner

Describe the bug
Adding 2 paths to 1 file results in only 1 path being resolved and not both

To Reproduce

tags:
  - {{ autoTag() }}
summary: Report a channel
operationId: {{ uniqueOpId() }}
produces:
  - application/json
parameters:
  - $ref: @parameters/pathSlug.yml
responses:
  '200':
    description: Successful unlock
    schema:
      $ref: @definitions/channel/model.yml

Expected behavior
Both paths are resolved, but instead only the last 1 is but the 1st is left as a shorthand

@j-d-carmichael j-d-carmichael added the bug Something isn't working label Sep 9, 2021
@j-d-carmichael
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant