Example AsyncAPI 3.0 document describing a WebSocket market-data feed. Demonstrates the `ws` server protocol, a WebSocket channel binding ...
├── app/ │ ├── __init__.py # Global logging init (INFO level) │ ├── main.py # FastAPI application entry point │ ├── config.py # Environment-specific settings (dev/test/prod) │ └── routers/ # API route ...