fsbahman / apidoc-swagger

apidoc and swagger are two nice projects which are focusing on documentation of APIs. This project is a middle tier which tries to bring them together in a sense that it uses apidoc to convert inline documentation to json schema and later convert it to swagger json schmea.
Other
252 stars 129 forks source link

basic support for model schemas for parameters and success array result ... #3

Closed vijairamcharan closed 9 years ago

vijairamcharan commented 9 years ago

...schema

Model definitions are extracted from both parameters and success fields. Added basic support for extracting hierarchical models from fields with dot notation.

@fsbahman by no means perfect, but I hope this can serve as a basis for further improvement