> ## Documentation Index
> Fetch the complete documentation index at: https://fastmcp-ts.docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# RequestBodyInfo

Defined in: [server/openapi/types.ts:38](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/openapi/types.ts#L38)

The request body of an HTTP operation, keyed by media type.

## Properties

### contentSchema

```ts theme={null}
contentSchema: Record<string, JsonSchema>;
```

Defined in: [server/openapi/types.ts:40](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/openapi/types.ts#L40)

***

### description?

```ts theme={null}
optional description?: string;
```

Defined in: [server/openapi/types.ts:41](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/openapi/types.ts#L41)

***

### required

```ts theme={null}
required: boolean;
```

Defined in: [server/openapi/types.ts:39](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/openapi/types.ts#L39)
