{ "match": false, "comment": "Array must have at least 2 elements", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/json"}, "matchingRules": { "$.body.animals": {"min": 2} }, "body": { "animals": [ { "name" : "Fred" }, { "name" : "Bob" } ] } }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/json"}, "body": { "animals": [ { "name" : "Fred" } ] } } }