Plugin is failing with endpoints and inlined parameters + additionalProperties #70
Labels
bug
Something isn't working
Hacktoberfest
Issues eligible for Hacktoberfest: https://hacktoberfest.digitalocean.com/details
Just got a bug report on Slack for
swagger-gradle-codegen
(credits to @vanniktech). After some small investigation with @macisamuele looks like the issue is withpaths
that have parameters with inlined additional properties.Here a minimal spec that is breaking the plugin:
The current workaround is to replace this:
with:
And have the
additionalProperties
not defined inline.Here the failure message:
The text was updated successfully, but these errors were encountered: