@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
26 lines (17 loc) • 948 B
Markdown
---
lang: en
title: 'API docs: repository-json-schema.filterschemaoptions.settitle'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository-json-schema
permalink: /doc/en/lb4/apidocs.repository-json-schema.filterschemaoptions.settitle.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) > [setTitle](./repository-json-schema.filterschemaoptions.settitle.md)
## FilterSchemaOptions.setTitle property
Set this flag if you want the schema to set generated title property.
By default the setting is enabled. (e.g. {<!-- -->setTitle: true<!-- -->}<!-- -->)
**Signature:**
```typescript
setTitle?: boolean;
```