pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

add nullable property #61

Closed hermannsblum closed 6 years ago

hermannsblum commented 6 years ago

So far, the nullable property is not reported in the schema. However, Version 3.0 of the OpenAPI specifications already include this property in the same form as known from eve/cerberus. This PR includes the property into the reported schema.

nicolaiarocci commented 6 years ago

Rebased and merged https://github.com/pyeve/eve-swagger/commit/928a969b4d0dc92af064df1ecf8bcda60f66af19

Thanks!