We should validate input data to the mock, so that if called with incorrect data not obeying the schema we - Return a good HTTP response code (perhaps a `5xx` one). - Give a descriptive error message in the HTTP response. - Log a descriptive error message.
We should validate input data to the mock, so that if called with incorrect data not obeying the schema we
5xxone).