Validate Response Data With JSON Schema

Описание к видео Validate Response Data With JSON Schema

This video explains how to validate incoming JSON data from an API endpoint using JSON Schema and Ajv. If you rely on the data you receive to use consistent keys, data types, or formats, then JSON Schema is a tool you'll want to use. Define the schema in Postman, and Postman will use the built-in Ajv library to compile and run your JSON Schema.

Read more about validating response structure in the Postman Learning Center: https://learning.postman.com/docs/wri...

Комментарии

Информация по комментариям в разработке