@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (16 loc) • 684 B
Markdown
lang: en
title: 'API docs: repository-json-schema.jsonschemaoptions.visited'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.repository-json-schema.jsonschemaoptions.visited.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository-json-schema](./repository-json-schema.md) > [JsonSchemaOptions](./repository-json-schema.jsonschemaoptions.md) > [visited](./repository-json-schema.jsonschemaoptions.visited.md)
## JsonSchemaOptions.visited property
<b>Signature:</b>
```typescript
visited?: {
[key: string]: JSONSchema;
};
```