- Fixed documentation typos, clarified OAuth2 scopes wording, updated Enums to inherit from str, and added notes on including the same router with different prefixes.
- Restored Swagger UI deep linking, fixed query‑parameter example size limit, and corrected OpenAPI/JSON Schema ID generation for duplicate function names, enabling multiple includes of the same APIRouter with different prefixes.
- Adjusted composite body and response model IDs to use the route path, preventing naming collisions across modules.