{ "match": false, "comment": "XML Array must have at least 2 elements", "expected" : { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/xml"}, "matchingRules": { "body": { "$.animals": { "matchers": [ { "min": 2 } ] } } }, "body": { "contentType": "application/xml", "encoded": false, "content": "" } }, "actual": { "method": "POST", "path": "/", "query": {}, "headers": {"Content-Type": "application/xml"}, "body": { "contentType": "application/xml", "encoded": false, "content": "" } } }