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
docs.go
Hi,
Thanks for this project the swagger.yaml and swagger.json are generated as Open API 3.0. However, the docs.go file looks like Swagger 2.0.
swagger.yaml
swagger.json
"schemes": {{ marshal .Schemes }}, "swagger": "2.0", "info": { "description": "{{escape .Description}}", "title": "{{.Title}}", "contact": { "name": "Eugene Berger", "url": "https://f1bonacc1.github.io/process-compose/" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "{{.Version}}" }, "host": "{{.Host}}", "basePath": "{{.BasePath}}", "paths": { ....
Is this intentional? I couldn't find a flag to convert it to OpanAPI 3.0.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for this project the
swagger.yaml
andswagger.json
are generated as Open API 3.0.However, the
docs.go
file looks like Swagger 2.0.Is this intentional?
I couldn't find a flag to convert it to OpanAPI 3.0.
Thank you.
The text was updated successfully, but these errors were encountered: