UNPKG

@iamkenos/iris

Version:

Test API endpoints with Axios & Jest using a collection of custom matchers and built-in utility functions.

28 lines (27 loc) 547 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "data": { "type": "object", "required": ["user"], "properties": { "user": { "type": "object", "required": ["id", "name", "email"], "properties": { "id": { "type": "number" }, "name": { "type": "string" }, "email": { "type": "string" } } } } } } }