@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (22 loc) • 1.21 kB
Markdown
lang: en
title: 'API docs: rest.resolvedroute'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.resolvedroute.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [ResolvedRoute](./rest.resolvedroute.md)
## ResolvedRoute interface
A route with path parameters resolved
**Signature:**
```typescript
export interface ResolvedRoute extends RouteEntry
```
**Extends:** [RouteEntry](./rest.routeentry.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [pathParams](./rest.resolvedroute.pathparams.md) | <code>readonly</code> | [PathParameterValues](./rest.pathparametervalues.md) | |
| [schemas](./rest.resolvedroute.schemas.md) | <code>readonly</code> | SchemasObject | 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/loopbackio/loopback-next/issues/435 |