Description:
Ensure that what the API actually returns matches the documented Swagger schema exactly using automated tests.
Acceptance Criteria:
[ ] Install jest-openapi.
[ ] Wrap existing API tests to assert expect(response).toSatisfyApiSpec().
Labels: documentation, testing