{
"provider" : {
"name" : "test_provider"
},
"consumer" : {
"name" : "test_consumer"
},
"interactions" : [ {
"description" : "test interaction with a binary body",
"request" : {
"method" : "GET",
"path" : "/"
},
"response" : {
"status" : 200,
"headers" : {
"Content-Type" : "image/gif"
},
"body" : "R0lGODdhAQABAIAAAP///////ywAAAAAAQABAAACAkQBADs="
}
} ],
"metadata" : {
"pactSpecification" : {
"version" : "2.0.0"
}
}
}