-
-
Notifications
You must be signed in to change notification settings - Fork 68
Failed validating 'oneOf' in schema #113
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
Comments
This happens to me, too.
Error:
|
I have this issue as well. For now I have added |
You're probably getting stuck on #126 - The easiest workaround is to make a very basic |
Also pinning down the package here... :-/ |
Does #129 helps? It can be tried temporarily using:
|
Hi, after updating to the latest release I had a strange error with schemas.
Swagger example
Validation error
But if I remove $ref parameter in schema description or change it to
type: string
it works fine.Do you know any solutions? Thanks
The text was updated successfully, but these errors were encountered: