{
"consumer": { "name": "thing" },
"provider": { "name": "other-thing" },
"interactions": [{
"description": "a request to the other thing",
"request": {
"method": "post",
"path": "/endpoint",
"body": {
"this": "field"
}
},
"response": {
"status": 200
}
}],
"metadata": {
"pactSpecification": {
"version": "2.0.0"
}
}
}