{ "match": false, "comment": "Favourite colours expected to be strings found a number", "expected": { "metaData": { "contentType": "application/json" }, "contents": { "alligator":{ "favouriteNumbers": ["1","2","3"] } } }, "actual": { "metaData": { "contentType": "application/json" }, "contents": { "alligator":{ "favouriteNumbers": ["1",2,"3"] } } } }