---
meta:
 - name: keywords
   description: api typescript node.js documentation operationInParameterMapper function
---
# operationInParameterMapper - @tsed/schema

## Usage

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

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

## Overview

```ts
function operationInParameterMapper(jsonParameter: JsonParameter, opts?: JsonSchemaOptions): any;
```
