---
lang: en
title: 'API docs: rest.resolvedroute.schemas'
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.resolvedroute.schemas.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [ResolvedRoute](./rest.resolvedroute.md) &gt; [schemas](./rest.resolvedroute.schemas.md)

## ResolvedRoute.schemas property

Server/application wide schemas shared by multiple routes, e.g. model schemas. This is a temporary workaround for missing support for $ref references, see https://github.com/strongloop/loopback-next/issues/435

<b>Signature:</b>

```typescript
readonly schemas: SchemasObject;
```

