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

## Usage

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

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

## Overview

```ts
function nullableMapperOpenApi(obj: any, schema: JsonSchema | null, options: JsonSchemaOptions): any;
```
