Sha256: 0859da69660be62d870f0ae47ea2328930ea945f3885103fbad0fa5b5a0b6b85
Contents?: true
Size: 1.83 KB
Versions: 8
Compression:
Stored size: 1.83 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", "headBranchNames": ["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", "headBranchNames": ["main"] } }, "verificationStatus": "wiffle", "webhookStatus": "blah" } ] }
Version data entries
8 entries across 8 versions & 1 rubygems