---
url: /api/specs/schema/types/fn/const-get-json-schema.md
description: api documentation of getJsonSchema from @tsed/schema
---

## Usage

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

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

## Overview

```ts
const getJsonSchema: typeof compile;
```
