{
  "match": false,
  "comment": "array with type matcher mismatch",
  "expected": {
    "headers": {},
    "body" : {
      "myDates": [
        10
      ]
    },
    "matchingRules" : {
      "$.body.myDates[*]" : {
        "match": "type"
      }
    }
  },
  "actual": {
    "headers": {},
    "body": {
      "myDates": [
        20,
        5,
        "100299"
      ]
    }    
  }
}   