Skip to content

Interface: NormalizedAdditionalResourcefulRouteDetails

Normalized additional route details for internal processing

Properties

PropertyTypeDescription
descriptionstringThe description for the route in OpenAPI documentation
handlerRouteCallbackThe handler for the route
requestPayloadSchema| SchemaObject | ReferenceObject | nullThe request body schema for the route in OpenAPI documentation
responsePayloadSchema| SchemaObject | ReferenceObject | nullThe response body schema for the route in OpenAPI documentation
tagsstring[]The tags (or folders) in which route will be shown in OpenAPI documentation
titlestringThe title for the route in OpenAPI documentation