@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 793 B
Markdown
---
lang: en
title: 'API docs: rest.openapispecoptions.consolidate'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.openapispecoptions.consolidate.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [OpenApiSpecOptions](./rest.openapispecoptions.md) > [consolidate](./rest.openapispecoptions.consolidate.md)
## OpenApiSpecOptions.consolidate property
Set this flag to `false` to disable OAS schema consolidation. If not set, the value defaults to `true`<!-- -->.
<b>Signature:</b>
```typescript
consolidate?: boolean;
```