---
lang: en
title: 'API docs: rest.resolvedroute'
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.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)

## ResolvedRoute interface

A route with path parameters resolved

<b>Signature:</b>

```typescript
export interface ResolvedRoute extends RouteEntry 
```
<b>Extends:</b> [RouteEntry](./rest.routeentry.md)

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [pathParams](./rest.resolvedroute.pathparams.md) | [PathParameterValues](./rest.pathparametervalues.md) |  |
|  [schemas](./rest.resolvedroute.schemas.md) | 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/strongloop/loopback-next/issues/435 |


