backend_standards: framework: "FastAPI" structure: - "Use Routers (APIRouter) to modularize endpoints." - "Use Pydantic models for data validation (Schemas)." - "Implement Dependency Injection for services." - "Follow RESTful API naming conventions."