pactflow-publish-sh
Version:
[ ](https://www.npmjs.com/package/pactflow-publish-sh)
53 lines (52 loc) • 976 B
JSON
{
"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"
}
}