Skip to content
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

Webapi-Swagger : Incorrect naming of Param types (in Schema Properties) #23

Closed
kahlil29 opened this issue Mar 29, 2019 · 0 comments
Closed
Assignees
Labels
bug Webapi-Swagger All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)

Comments

@kahlil29
Copy link
Contributor

While implementing the MVP and testing with Petstore Swagger, we didn't come across any complex schemaProperties in the Swagger file.

Due to this, we were unable to test the type generation for such cases.

As seen in the type generation from Amazon AWS Cloudfront Swagger,
the types are being generated incorrectly.
i.e. The outer Type name is being set even as the record type (instead of the correct/actual type).

This should be a simple fix, as we need to isolate where the wrong name(type) is being passed and fix it.

@kahlil29 kahlil29 added bug Webapi-Swagger All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs) labels Mar 29, 2019
@kahlil29 kahlil29 self-assigned this Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Webapi-Swagger All issues related to Webapi-swagger (generation of Webapi contracts from Swagger Docs)
Projects
No open projects
Development

No branches or pull requests

1 participant