thejeff77

Results 78 comments of thejeff77

I've proposed another solution to this problem here: https://github.com/OAI/OpenAPI-Specification/issues/1552#issuecomment-1845700136 Having an existing implementation to point to is helpful for moving this forward, but is not required. I'm tagging this project...

> thanks for the PR. looks like a major change so i'll test it out later and target v7.0.0 release. @wing328 any comment on this? Thanks for any consideration for...

I tried copying the mustache templates over and using them myself. Unfortunately this doesn't compile for me when I remove the `jvm-ktor` library option and the `jackson` serialization library option....

Nevermind, it seems that this is the max version we can use on logstash 2.2. I added a pull request to update the documentation.

I was able to do it by using document_type => "%{[_class]}" _class will give you the full namespace, and is in the mongo output all of the time from what...

Is there any update on this? The annotations still don't seem to be working without additional annotations such as Id. I've tried options from the post below excluding extra Id...

Still seeing this @josegpulido ?

@cjbooms thanks for the suggestion! I checked the validity of my example, and it seems it has issues, like it needs a response block defined. I believe inline model definitions...

Ok thanks for the workaround, we've converted to string types where we need to use this generator. Will leave this open as a feature request.

Gotcha, can I keep this open as a feature request? Our use case is code-first generated openapi files via springdoc. I.E. we write code, the app runs, and it creates...