-
Notifications
You must be signed in to change notification settings - Fork 43
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
Getting Swagger/OpenAPI schemas to show up correctly #104
Comments
It is indeed a significant amount of work, but I have some experimentation that I started on this topic some time ago. I'll need to pick that up again. |
Have you had a chance to look at this at all? Would be cool to be able to use Swagger with F# for work. Edit: Exploring some code to see if there's anything I can contribute. It looks like NSwag is a lot more straightforward than Swashbuckle. |
I prepared FSharp.SystemTextJson.Swagger for swagger work with FSharp.SystemTextJson. |
@kaaja-h Awesome, thanks! I'll be sure to check it out. |
Thanks @kaaja-h! |
@kaaja-h awesome project! I hope you'll continue supporting it. if there is something somewhat trivial to do to help, please say so :) |
This might be a bit of an ask, but is there a chance we can get the Swagger APIs to show up for this correctly?
Currently, unions show up like:
The text was updated successfully, but these errors were encountered: