pyeve / eve-swagger

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

media type not converted to openapi 3 compatible type #102

Closed jmosbacher closed 4 years ago

jmosbacher commented 4 years ago

If i understand the openapi docs correctly, the eve "media" type should be described as string with format base64 or a regular strings when RETURN_MEDIA_AS_URL = True. This seems like a trivial fix by just adding the media type to the type map. Seems to work for me but maybe someone with more experience with this package can comment if i missed something.