We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
combining schemas in path is not working e.g.
paths: /pets: patch: requestBody: content: application/json: schema: oneOf: - $ref: '#/components/schemas/Cat' - $ref: '#/components/schemas/Dog'
but it's working in
components: schemas: ...
The text was updated successfully, but these errors were encountered:
Hi @srischard, this seems to be an upstream bug in https://github.com/mermade/widdershins, I suggest you file a bug report there. Thanks in advance!
Sorry, something went wrong.
No branches or pull requests
combining schemas in path is not working
e.g.
but it's working in
The text was updated successfully, but these errors were encountered: