{ "match": true, "comment": "Plain text that matches", "expected" : { "headers": { "Content-Type": "text/plain" }, "body": "alligator named mary", "matchingRules": { "body": { "$": { "matchers": [ { "match": "regex", "regex": "alligator.*" } ] } } } }, "actual": { "headers": { "Content-Type": "text/plain" }, "body": "alligator named brent" } }