-
Notifications
You must be signed in to change notification settings - Fork 18
"offlineAttributes" are not defined in both swagger files #36
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
That's the utility: https://github.com/go-swagger/go-swagger |
I can confirm the same problem,
|
I've just hit this too - that broken ref makes the spec currently unusable by most tools, since it's impossible to dereference. @RajRele @mmallis87 is it possible to get this fixed? |
Also ran into this |
Have the same issue. Quite unfortunate :/ |
Hello, Recently I ran into this same issue when trying to generate a client for Elixir/OTP and my solution was to edit the swagger file locally and just remove this definition before generating the code. That didn't give me any trouble in the final application, so I assume this type is not currently used for anything. Any update on this issue? |
Will be fixed in the next version (23.1.00.00) - Dev Center returned this to me (I forgot about this issue completely).
|
Offline Attributes are defined in I haven't tried the other file. |
I was trying to generate a golang client using the go-swagger utility and it barks on both swagger files:
swagger generate client -f ../eSign-OpenAPI-Specification/esignature.rest.swagger-v2.1.json -A go-demo-client
2021/01/14 10:35:17 validating spec /Users/gcsadmin/projects/docusign-api/eSign-OpenAPI-Specification/esignature.rest.swagger-v2.1.json
The swagger spec at "/Users/gcsadmin/projects/docusign-api/eSign-OpenAPI-Specification/esignature.rest.swagger-v2.1.json" is invalid against swagger specification 2.0. see errors :
I have corrected files (the ones go-swagger validates) and if you want I can provide them to you as PR.
Timofei Bolshakov, timofei.bolshakov@docusign.com
The text was updated successfully, but these errors were encountered: