<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [http](./case-definition-dsl.matchers.http.md) &gt; [HttpResponseExample](./case-definition-dsl.matchers.http.httpresponseexample.md) &gt; [body](./case-definition-dsl.matchers.http.httpresponseexample.body.md)

## matchers.http.HttpResponseExample.body property

A test equivalence matcher or json object that describes the body for this response. If not provided, no body matching is performed.

**Signature:**

```typescript
readonly body?: AnyMatcherOrData;
```
