pact_verifier 1.3.4

Pact-Rust support library that implements provider verification functions
Documentation
{
  "provider": {
    "name": "Issue396Service"
  },
  "consumer": {
    "name": "consumer"
  },
  "interactions": [
    {
      "description": "Get data",
      "request": {
        "method": "GET",
        "path": "/data"
      },
      "response": {
        "status": 200,
        "body": {
          "parent": [
            {
              "child": [
                "a"
              ]
            },
            {
              "child": [
                "a"
              ]
            }
          ]
        },
        "matchingRules": {
          "body": {
            "$.parent": {
              "matchers": [
                {
                  "match": "type",
                  "min": 2
                }
              ]
            }
          }
        }
      }
    }
  ],
  "metadata": {
    "pact-specification": {
      "version": "2.0.0"
    },
    "pact-jvm": {
      "version": "3.1.1"
    }
  }
}