UNPKG

pactflow-publish-sh

Version:

[![NPM](https://img.shields.io/npm/v/pactflow-publish-sh.svg?style=flat-square) ](https://www.npmjs.com/package/pactflow-publish-sh)

53 lines (52 loc) 976 B
{ "consumer": { "name": "WireMockPactExample" }, "interactions": [ { "description": "GET /animals/1 -> 202", "key": "31d389cd", "pending": false, "request": { "body": { "content": "" }, "headers": { "Accept": [ "application/json" ] }, "method": "GET", "path": "/animals/1" }, "response": { "body": { "content": { "id": "1", "name": "Zack" }, "contentType": "application/json", "encoded": false }, "headers": { "Content-Type": [ "application/json" ] }, "status": 202 }, "type": "Synchronous/HTTP" } ], "metadata": { "pact-jvm": { "version": "4.6.9" }, "pactSpecification": { "version": "4.0" } }, "provider": { "name": "some-other-system" } }