{ "match": true, "comment": "XML Tag with at least one element match", "expected" : { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/xml"}, "matchingRules": { "$.body.animals": {"min": 1, "match": "type"}, "$.body.animals.alligator": {"match": "type"} }, "body": "" }, "actual": { "method": "POST", "path": "/", "query": "", "headers": {"Content-Type": "application/xml"}, "body": "" } }