Page Contents
Home > @loopback/rest > ResolvedRoute
ResolvedRoute interface
A route with path parameters resolved
Signature:
export interface ResolvedRoute extends RouteEntry
Extends: RouteEntry
Properties
Property | Type | Description |
---|---|---|
pathParams | PathParameterValues | |
schemas | 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 |