The OpenAPIRenderer (which returns the schema) correctly uses Swaggers 
"application/openapi+json" media type, which i what it ought to do

https://github.com/marcgibbons/django-rest-swagger/blob/master/rest_framework_swagger/renderers.py#L26

You could override that by subclassing that renderer and setting media_type 
to `application/json' instead if you really wanted to.

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to