file attribute
Allow to define a file to be returned in body
Example
{
"request": {
"method": "GET",
"route": "/images/image01.jpg"
},
"response": {
"status": "OK",
"headers": {
"Content-Type": "image/jpeg"
},
"file": "Mocks/image01.jpg"
}
}
See also: