Interface: NormalizedAdditionalResourcefulRouteDetails
Normalized additional route details for internal processing
Properties
| Property | Type | Description |
|---|---|---|
description | string | The description for the route in OpenAPI documentation |
handler | RouteCallback | The handler for the route |
requestPayloadSchema | | SchemaObject | ReferenceObject | null | The request body schema for the route in OpenAPI documentation |
responsePayloadSchema | | SchemaObject | ReferenceObject | null | The response body schema for the route in OpenAPI documentation |
tags | string[] | The tags (or folders) in which route will be shown in OpenAPI documentation |
title | string | The title for the route in OpenAPI documentation |