Interface: AdditionalResourcefulRouteDetails
Additional route details with OpenAPI metadata
Properties
| Property | Type | Description |
|---|---|---|
description? | string | The description for the route in OpenAPI documentation |
handler | RouteCallback | The handler for the route |
parameters? | | ParameterObject[] | ReferenceObject[] | The parameters for the route in OpenAPI documentation |
requestPayloadSchema? | | SchemaObject | ReferenceObject | The request body schema for the route in OpenAPI documentation |
responsePayloadSchema? | | SchemaObject | ReferenceObject | The response body schema for the route in OpenAPI documentation |
tags? | string | string[] | The tags (or folders) in which route will be shown in OpenAPI documentation |
title? | string | The title for the route in OpenAPI documentation |