In what type of project did the bug occur?
api-microservice
Describe the bug
The generated template creates app/schemas.py file, but it should be located at app/schemas/filter_params.py instead. This causes import issues
To Reproduce
Simply generate microservice template
Expected result
app/schemas.py -> app/schemas/filter_params.py
Environment (please complete the following information):
- OS: Windows 11
- Python version [e.g. 3.13]