-
Notifications
You must be signed in to change notification settings - Fork 27
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
Invalid Swagger Format #54
Comments
Hi @naveenn2n, Please provide more information so that we can reproduce the issue. It does not throw this error for me on master. |
Hi @domanchi , {"swagger":"2.0","info":{"version":"v1", this is the swagger information we provided. Due to privacy issues. I am unable to show content of json. Please find below screenshots for more information. and Json format Screenshot |
I also encountered the same problem. The YAML file path is https://www.3gpp.org/ftp/Specs/archive/29_series/29.510/OpenAPI/2018-12/TS29510_Nnrf_NFManagement.yaml |
Hi @toptotu, your specification is in OpenAPI v3 format, but fuzz-lightyear use Bravado library that does not support OpenAPI v 3 -- please see Yelp/bravado#306 |
Hi @naveenn2n , do you use integer keys (like 200) or string (like '200') in response codes?
Hope, it will help. |
Hi Team,
We are getting invalid swagger format while loading the json file.
�[91merror:�[0m Invalid swagger format.
As per our observation, we are using petsore swagger version.
The text was updated successfully, but these errors were encountered: