You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swagger/OpenAPI schema contains class/object definition and validation rules.
It will be great if this library will provide this information in order to be able to integrate it for full schema generation from code.
For example Spring or Micronaut can generate endpoints schema and integrate class definitions from this library.
The text was updated successfully, but these errors were encountered:
Thanks, that is an interesting idea.
I am wondering how to deal with validations that are not supported by Swagger though. They should probably just be ignored, right?
See e.g. #27 and #99. While this is a great feature in theory, it's quite a bit of work and likely breaking changes, so not considering this in scope for now.
https://swagger.io/specification/#schema-object
Swagger/OpenAPI schema contains class/object definition and validation rules.
It will be great if this library will provide this information in order to be able to integrate it for full schema generation from code.
For example Spring or Micronaut can generate endpoints schema and integrate class definitions from this library.
The text was updated successfully, but these errors were encountered: