Josh Ponelat
Josh Ponelat
Thanks @philemone , good catch. Something we can look at fixing!
That's very sad
Hi @dontic , this is a pickle :D readOnly is a weird one. To be clear, you're looking at the generated JSON samples, when you say things are "missing"?
Thanks @dontic , the team agree that this should be inverse. The changes to the code may be challenging, but will take a look to see what can be done.
This looks like expected behaviour. An empty string, is still a string. So it should prefer that. The workaround would be to not provide a `title: ''` at all. Is...
@ludovicianul the `uniqueName` should ensure that multiple empty titles won't cause conflicts, even if they're not pretty. This is one of those messy things, empty titles aren't great and should...
It's worth trying generator3.swagger.io or generator.swagger.io directly to see if there is an issue with the underlying Swagger Codegen. I would normally have though browser issue, but Chrome is supported...
Hi @ansteele thanks for the report! We don't have the priority to look into this right now, but would welcome a community PR :)
Thanks @nbrugger-tgm , we'll try to take a look as soon as we can, we appreciate the code!
There are two pieces. One, Path Templates are a little vague, but wildcards that greedily capture whole paths aren't supported. Two is that names of parameters, within the curlies `{}`...