Sha256: e75628a6e1691b705ad0c22afa4705f9c0107538ab0113aef873cbe896a4df50

Contents?: true

Size: 623 Bytes

Versions: 22

Compression:

Stored size: 623 Bytes

Contents

{
  "consumer": {
    "name": "consumer"
  },
  "interactions": [
    {
      "description": "a test request",
      "providerState": "the weather is sunny",
      "request": {
        "method": "get",
        "path": "/foo"
      },
      "response": {
        "body": {
          "foo": "bar"
        },
        "matchingRules": {
          "body": {
            "$.foo": {
              "matchers": [{ "match": "type" }]
            }
          }
        },
        "status": 200
      }
    }
  ],
  "provider": {
    "name": "provider"
  },
  "metadata": {
    "pactSpecification": {
      "version": "3.0"
    }
  }
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
pact-support-1.11.0 spec/fixtures/pact-http-v3.json
pact-support-1.10.3 spec/fixtures/pact-http-v3.json
pact-support-1.10.2 spec/fixtures/pact-http-v3.json
pact-support-1.10.1 spec/fixtures/pact-http-v3.json
pact-support-1.10.0 spec/fixtures/pact-http-v3.json
pact-support-1.9.0 spec/fixtures/pact-http-v3.json
pact-support-1.8.1 spec/fixtures/pact-http-v3.json
pact-support-1.8.0 spec/fixtures/pact-http-v3.json
pact-support-1.7.2 spec/fixtures/pact-http-v3.json
pact-support-1.7.1 spec/fixtures/pact-http-v3.json
pact-support-1.7.0 spec/fixtures/pact-http-v3.json
pact-support-1.6.6 spec/fixtures/pact-http-v3.json
pact-support-1.6.5 spec/fixtures/pact-http-v3.json
pact-support-1.7.0.alpha.1 spec/fixtures/pact-http-v3.json
pact-support-1.6.4 spec/fixtures/pact-http-v3.json
pact-support-1.6.3 spec/fixtures/pact-http-v3.json
pact-support-1.6.2 spec/fixtures/pact-http-v3.json
pact-support-1.6.1 spec/fixtures/pact-http-v3.json
pact-support-1.6.0 spec/fixtures/pact-http-v3.json
pact-support-1.5.2 spec/fixtures/pact-http-v3.json