@loopback/docs
Version:
Documentation for LoopBack 4
24 lines (16 loc) • 815 B
Markdown
lang: en
title: 'API docs: repository-json-schema.filterschemaoptions.exclude'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository-json-schema
permalink: /doc/en/lb4/apidocs.repository-json-schema.filterschemaoptions.exclude.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository-json-schema](./repository-json-schema.md) > [FilterSchemaOptions](./repository-json-schema.filterschemaoptions.md) > [exclude](./repository-json-schema.filterschemaoptions.exclude.md)
## FilterSchemaOptions.exclude property
To exclude one or more property from `filter`
<b>Signature:</b>
```typescript
exclude?: string[] | string;
```