I\'m looking to generate JSON Schema for a WebAPI, including documentation from the XML comments.
Its primarily so that I can then import that into our API docs (using apiary.io
Yes, you can depend on Swagger and there is extension for it named swashbuckle which you can use it with Web API easily, check this post http://bitoftech.net/2014/08/25/asp-net-web-api-documentation-using-swagger/