Sha256: f03c7427a9e0fcf8392dad92590587472960f9d8ba82e832c8c714cbddbc3f6f

Contents?: true

Size: 1.69 KB

Versions: 54

Compression:

Stored size: 1.69 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"
        }
      },
      "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"
        }
      },
      "verificationStatus": "wiffle",
      "webhookStatus": "blah"
    }
  ]
}

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
pact_broker-2.76.2 spec/fixtures/dashboard.json
pact_broker-2.76.1 spec/fixtures/dashboard.json
pact_broker-2.76.0 spec/fixtures/dashboard.json
pact_broker-2.75.0 spec/fixtures/dashboard.json
pact_broker-2.74.1 spec/fixtures/dashboard.json
pact_broker-2.74.0 spec/fixtures/dashboard.json
pact_broker-2.73.0 spec/fixtures/dashboard.json
pact_broker-2.72.0 spec/fixtures/dashboard.json
pact_broker-2.71.0 spec/fixtures/dashboard.json
pact_broker-2.70.0 spec/fixtures/dashboard.json
pact_broker-2.69.0 spec/fixtures/dashboard.json
pact_broker-2.68.1 spec/fixtures/dashboard.json
pact_broker-2.68.0 spec/fixtures/dashboard.json
pact_broker-2.67.0 spec/fixtures/dashboard.json
pact_broker-2.66.0 spec/fixtures/dashboard.json
pact_broker-2.65.0 spec/fixtures/dashboard.json
pact_broker-2.64.0 spec/fixtures/dashboard.json
pact_broker-2.63.0 spec/fixtures/dashboard.json
pact_broker-2.62.0 spec/fixtures/dashboard.json
pact_broker-2.61.0 spec/fixtures/dashboard.json