zalando-stups / swagger1st

A Clojure Ring handler that parses, validates and routes requests based on your Swagger definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'in: body' parameters doesn't work on the top level of Path Item Object

flyjwayur opened this issue · comments

parameters with 'in: body' parameter only works under the Operation Object.
Check 'Fixed Fields' of 'Path Item Object' on (http://swagger.io/specification/)

Thanks for reporting @flyjwayur. Would you mind adding a unit test to show the desired behavior?

@flyjwayur do you have an example of a definition that does not work? I'd like to understand the problem.