Page Contents
Home > @loopback/repository-json-schema > FilterSchemaOptions
FilterSchemaOptions interface
Signature:
export interface FilterSchemaOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [exclude?](/doc/en/lb4/apidocs.repository-json-schema.filterschemaoptions.exclude.html) | string\[\] \| string | _(Optional)_ To exclude one or more property from `filter` | |
| [setTitle?](/doc/en/lb4/apidocs.repository-json-schema.filterschemaoptions.settitle.html) | boolean | _(Optional)_ Set this flag if you want the schema to set generated title property. By default the setting is enabled. (e.g. {setTitle: true}) |