IAdminForthExpressRouteSchema
Properties
description?
optionaldescription?:string
Detailed OpenAPI operation description for a custom Express route.
meta?
optionalmeta?:Record<string,unknown>
Internal metadata for AdminForth integrations. This is not rendered in the OpenAPI document.
request?
optionalrequest?:AdminForthExpressSchemaInput
JSON schema or Zod schema describing the request body for a custom Express route.
response?
optionalresponse?:AdminForthExpressSchemaInput
JSON schema or Zod schema describing the JSON response body for a custom Express route.