Skip to content

Interface: AdditionalResourcefulRouteDetails

Additional route details with OpenAPI metadata

Properties

PropertyTypeDescription
description?stringThe description for the route in OpenAPI documentation
handlerRouteCallbackThe handler for the route
parameters?| ParameterObject[] | ReferenceObject[]The parameters for the route in OpenAPI documentation
requestPayloadSchema?| SchemaObject | ReferenceObjectThe request body schema for the route in OpenAPI documentation
responsePayloadSchema?| SchemaObject | ReferenceObjectThe 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?stringThe title for the route in OpenAPI documentation