{ "match": false, "comment": "Favourite Numbers expected to be numbers, but 2 is a string", "expected" : { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteNumbers": [ 1, 2, 3 ] } } } }, "actual": { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/json"}, "body": { "contentType": "application/json", "encoded": false, "content": { "alligator": { "favouriteNumbers": [ 1, "2", 3 ] } } } } }