Here's a bug your test suite probably wouldn't catch. A backend developer refactors the user model. The id field — an integer since forever — starts coming back as a string: "42" instead of 42 .

Source: [Dev.to](https://dev.to/imranalmunyeem/contract-testing-in-10-lines-json-schema-validation-in-postman-27ih)

Sponsored