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