Postman's test functionality can be used to validate that an API response conforms with a specific JSON schema. This is a great way to prevent accidental changes to the output, which could cause a lot of headache to the API consumers. I'm not going to go into details on how to generate JSON schemas. You … Continue reading Validate response with JSON schema in Postman