I want to modify the Swagger documentation generated by Django REST Swagger. I'd like to find the API definition or schema file(s) that Django REST Swagger generates. I haven't been able to find those files.
Is there something like a YAML or JSON file generated when Django REST Swagger creates API documentation?
Where can I find that file on the server?
Thanks!