danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add section definition in the Swagger file

danieleteti opened this issue · comments

The swagger file use only in line definition for models.

Should be much better if it had uses the #ref syntax centralizing all the models in the proper section. Moreover, the swagger-ui can show the models in the proper section.

Yes, this is an improvement I already thought to make. As soon as I have some free time I want to make this change in the way I add JSONSchema to swagger.

I think that we could just add to the model all the complex types (classes) found while inspecting each method.

@joaoduarte19 do you have any news about this?

I have already started working on this feature. I believe that within 3 weeks it will be finished.