Page Contents

Home > @loopback/repository-json-schema > FilterSchemaOptions

FilterSchemaOptions interface

Signature:

export interface FilterSchemaOptions 

Properties

Property Modifiers Type Description

exclude?

string[] | string

(Optional) To exclude one or more property from filter

setTitle?

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})