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
I have some normal services, but also a controller with dynamic models, that are created from metadata at runtime. I would like to create a swagger specification for this controller, but I am a little bit lost. Which is the main try point, is there an interface I have to implement?
The text was updated successfully, but these errors were encountered:
A Swagger spec describes a model with a fixed structure (also see JSON Schema). If the schema is dynamic, you cannot describe it with Swagger / JSON Schema... Can you provide a sample or describe your scenario a little bit more in detail?
Hi,
I have some normal services, but also a controller with dynamic models, that are created from metadata at runtime. I would like to create a swagger specification for this controller, but I am a little bit lost. Which is the main try point, is there an interface I have to implement?
The text was updated successfully, but these errors were encountered: