{
  "match": false,
  "comment": "Properties match but unexpected element received",
  "expected": {
    "headers": {"Content-Type": "application/json"},
    "body": [
      {
        "favouriteColor": "red"
      }
    ]
  },
  "actual": {
    "headers": {"Content-Type": "application/json"},
    "body": [
      {
        "favouriteColor": "red",
        "favouriteNumber": 2
      },
      {
        "favouriteColor": "blue",
        "favouriteNumber": 2
      }
    ]
  }
}