Open
Description
Stuff I've noticed in rho:
- route description
- path parameter name
- query parameter name
- result codes
- (somehow) response model for json response
- required headers
Stuff I see in Swagger UI but haven't spotted in rho
- path parameter description
- query parameter description
- required header description
Stuff I can think of but didn't see in Swagger or in rho
- custom reasons for error result codes
- response model with field descriptions for json response (maybe I can help here)
(I haven't read the swagger 2.0 spec)
What am I missing?