---
url: >-
  /api/specs/schema/types/components/mappers/open-spec/function-operation-response-mapper.md
description: api documentation of operationResponseMapper from @tsed/schema
---

## Usage

```typescript
import { operationResponseMapper } from "@tsed/schema";
```

> See [/packages/specs/schema/src/components/mappers/open-spec/operationResponseMapper.ts](https://github.com/tsedio/tsed/blob/v8.37.1/packages/specs/schema/src/components/mappers/open-spec/operationResponseMapper.ts#L0-L0).

## Overview

```ts
function operationResponseMapper(jsonResponse: JsonResponse, options?: JsonSchemaOptions): any;
```
