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

Support remote $ref-s #51

Closed
ioggstream opened this issue Nov 10, 2020 · 1 comment
Closed

Support remote $ref-s #51

ioggstream opened this issue Nov 10, 2020 · 1 comment
Labels
enhancement New feature or request released

Comments

@ioggstream
Copy link
Contributor

I expect

Remote $refs in parameters to be processed, eg

paths:
  /foo:
    parameters:
    - $ref: 'https://schema.example#/components/parameters/MyParam'

and in schema.example

components:
  parameters:
    MyParam:
      name: foo
      schema:
        type: string

Instead

I get NotImplementedError ;)

@koxudaxi
Copy link
Owner

@ioggstream
I have released a new version as 0.0.17
This version supports remote ref on parameters, requestBodies and responses #57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants