UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

30 lines (20 loc) 1.19 kB
--- lang: en title: 'API docs: repository-json-schema.filterschemaoptions' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI 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.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository-json-schema](./repository-json-schema.md) &gt; [FilterSchemaOptions](./repository-json-schema.filterschemaoptions.md) ## FilterSchemaOptions interface <b>Signature:</b> ```typescript export interface FilterSchemaOptions ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [exclude](./repository-json-schema.filterschemaoptions.exclude.md) | string\[\] \| string | To exclude one or more property from <code>filter</code> | | [setTitle](./repository-json-schema.filterschemaoptions.settitle.md) | boolean | Set this flag if you want the schema to set generated title property.<!-- -->By default the setting is enabled. (e.g. {<!-- -->setTitle: true<!-- -->}<!-- -->) |