Sha256: 343d24c8f505f5c28a6c38a2feda346365e6a2c02a2b7c76df00a26a50087d29

Contents?: true

Size: 1.75 KB

Versions: 9

Compression:

Stored size: 1.75 KB

Contents

{
  "items": [
    {
      "_links": {
        "pb:webhook-status": {
          "href": "webhooks_status_url",
          "title": "Status of webhooks for Foo/Bar pact"
        }
      },
      "consumer": {
        "_links": {
          "self": {
            "href": "consumer_url"
          }
        },
        "name": "Foo",
        "version": {
          "_links": {
            "self": {
              "href": "consumer_version_url"
            }
          },
          "number": "1",
          "branch": "main"
        }
      },
      "latestVerificationResult": {
        "_links": {
          "self": {
            "href": "latest_verification_url"
          }
        },
        "success": true,
        "verifiedAt": "2018-01-01T00:00:00+00:00"
      },
      "latestWebhookExecution": {
        "triggeredAt": "2018-01-01T00:00:00+00:00"
      },
      "pactTags": [
        {
          "name": "prod",
          "latest": true,
          "_links": {
            "self": {
              "href": "pact_prod_tag_url"
            }
          }
        }
      ],
      "latestVerificationResultTags": [
        {
          "name": "dev",
          "latest": true,
          "_links": {
            "self": {
              "href": "verification_dev_tag_url"
            }
          }
        }
      ],
      "pact": {
        "_links": {
          "self": {
            "href": "pact_url"
          }
        },
        "createdAt": "2018-01-01T00:00:00+00:00"
      },
      "provider": {
        "_links": {
          "self": {
            "href": "provider_url"
          }
        },
        "name": "Bar",
        "version": {
          "number": "2",
          "branch": "main"
        }
      },
      "verificationStatus": "wiffle",
      "webhookStatus": "blah"
    }
  ]
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pact_broker-2.83.0 spec/fixtures/dashboard.json
pact_broker-2.82.0 spec/fixtures/dashboard.json
pact_broker-2.81.0 spec/fixtures/dashboard.json
pact_broker-2.80.0 spec/fixtures/dashboard.json
pact_broker-2.79.1 spec/fixtures/dashboard.json
pact_broker-2.79.0 spec/fixtures/dashboard.json
pact_broker-2.78.1 spec/fixtures/dashboard.json
pact_broker-2.78.0 spec/fixtures/dashboard.json
pact_broker-2.77.0 spec/fixtures/dashboard.json