---
url: /api/specs/schema/types/components/stores/interface-json-view-options.md
description: api documentation of JsonViewOptions from @tsed/schema
---

## Usage

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

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

## Overview

```ts
interface JsonViewOptions {
    path: string;
    options: any;
}
```

## Description

Configuration options for view rendering.

## path

```ts
path: string;
```

## options

```ts
options: any;
```
