{ "request": { "method": "GET", "path": "/hello", "headers": { "Accept": "application/json" }, "params": {} }, "response": { "status": 200, "headers": { "Content-Type": "application/json", "Vary": "Accept" }, "body": { "type": "object", "required": true, "properties": { "message": { "type": "string", "required": true } } } } }