I have set up djangorestframework_camel_case and it works for rendered response data in swagger-ui (drf-spectacular) - camel case response is generated. But the schema generated in the swagger-ui is still snake-case. How can I make sure it also applies camel case to schema?
I see this PR that apparently adds support for djangorestframework_camel_case, not sure exactly if it is expected to work out of the box, nothing in the docs.
Add this in spectacular_settings:
Thanks to