> ## 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.

# ResponseInfo

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

The primary success response of an HTTP operation, keyed by media type.

## Properties

### contentSchema

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

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

***

### description?

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

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