Skip to content

Add support for the new v3 matching rules format #2

@bethesque

Description

@bethesque

https://github.com/pact-foundation/pact-specification/tree/version-3#example

Change from

{
  "matchingRules": {
    "$.body.foo": {}
  }
}

to

{
  "matchingRules": {
    "body": {
      "$.foo": {}
    }
  }
}

This is required so that it can operate with message pacts written by pact-jvm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions