UNPKG

node-consumer-pact-validation

Version:
28 lines 491 B
{ "match": true, "comment": "additional property with type matcher wildcards", "expected": { "headers": {}, "body" : { "myPerson": { "name": "Any name", "age": 10 } }, "matchingRules" : { "$.body.myPerson.*" : { "match": "type" } } }, "actual": { "headers": {}, "body": { "myPerson": { "name": "Jon Peterson", "age": 39, "nationality": "Australian" } } } }