Page Contents
Home > @loopback/repository-json-schema > FilterSchemaOptions
FilterSchemaOptions interface
Signature:
export interface FilterSchemaOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
string[] | string |
(Optional) To exclude one or more property from | ||
|
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}) |