Zimi
09/11/2024, 2:52 PM{
"request": {
"method": "POST",
"url": "/your-endpoint"
},
"response": {
"status": 200,
"bodyFileName": "response.json",
"headers": {
"Content-Type": "application/json"
},
"bodyPatterns": [
{
"matchesJsonSchema": {
"schema": "schema.json"
}
}
]
}
}
Is it possibile to achieve this goal?
Thanks!Rafe Arnold
09/11/2024, 3:24 PM