.editorconfig
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/publish-to-pypi.yml
images/example_receive.png
images/example_send.png
src/drf_spectacular_websocket/__init__.py
src/drf_spectacular_websocket/apps.py
src/drf_spectacular_websocket/decorators.py
src/drf_spectacular_websocket/settings.py
src/drf_spectacular_websocket/types.py
src/drf_spectacular_websocket.egg-info/PKG-INFO
src/drf_spectacular_websocket.egg-info/SOURCES.txt
src/drf_spectacular_websocket.egg-info/dependency_links.txt
src/drf_spectacular_websocket.egg-info/entry_points.txt
src/drf_spectacular_websocket.egg-info/requires.txt
src/drf_spectacular_websocket.egg-info/top_level.txt
src/drf_spectacular_websocket/schemas/__init__.py
src/drf_spectacular_websocket/schemas/consumer_schema.py
src/drf_spectacular_websocket/schemas/schema.py
src/drf_spectacular_websocket/templates/drf_spectacular/swagger_ui.js
tests/__init__.py
tests/asgi.py
tests/conftest.py
tests/consumers.py
tests/serializers.py
tests/urls.py
tests/schemas/__init__.py
tests/schemas/expected_schema.py
tests/schemas/test_schema.py