- ✅ Already installed ([email protected], [email protected])
- ✅ Configured in
src/config/swagger.ts - ✅ Mounted in
src/app.ts
- ✅ Existing routes already have comprehensive JSDoc annotations
- ✅ 64+ endpoints documented
- ✅ Schemas defined in
src/docs/schemas/common.schema.ts - ✅ Fixed duplicate response code in bookings routes
- ✅ Created
scripts/generate-openapi-spec.js - ✅ Added
npm run generate:speccommand - ✅ Integrated into build script:
npm run build - ✅