---
url: /api/specs/schema/types/components/stores/type-property-metadata.md
description: api documentation of PropertyMetadata from @tsed/schema
---

## Usage

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

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

## Overview

```ts
type PropertyMetadata = JsonPropertyStore;

export const PropertyMetadata: typeof JsonPropertyStore;
```
