core-api / python-openapi-codec

An OpenAPI codec for Core API.
Other
33 stars 35 forks source link

required field == empty list #16

Closed angvp closed 7 years ago

angvp commented 7 years ago

Hello guys,

I'm using django-rest-swagger and django-rest-framework and I had to dig a lot until I get here.

I figured out my swagger spec wasn't valid, then I found the issue, I was generating some swagger parameters that had the requires in [] because none of then were required..

Preparing a PR for that.