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.
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.