{ "match": false, "comment": "Empty array", "expected": { "metaData": { "contentType": "application/json" }, "contents": { "animals": [ { "name" : "Fred" } ] }, "matchingRules": { "body": { "$.animals": { "matchers": [ { "min": 1, "match": "type" } ] } } } }, "actual": { "metaData": { "contentType": "application/json" }, "contents": { "animals": [] } } }