Closed
Description
How to have my custom datatype Model & Model Schema visible in Swagger UI similar to: http://petstore.swagger.wordnik.com/#!/user/createUser_post_1 ?
With https://github.com/wordnik/swagger-core/wiki/Datatypes , seems like model API has to be defined somewhere.
Is there any code example with this implementation?