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

## Usage

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

> See [/packages/specs/schema/src/utils/getJsonSchema.ts](https://github.com/tsedio/tsed/blob/v8.27.0/packages/specs/schema/src/utils/getJsonSchema.ts#L0-L0).

## Overview

```ts
function getJsonSchema(model: Type<any> | JsonParameterStore, options?: JsonSchemaOptions): any;
```
