Skip to main content

IAdminForthExpressRouteSchema

Properties

description?

optional description?: string

Detailed OpenAPI operation description for a custom Express route.


meta?

optional meta?: Record<string, unknown>

Internal metadata for AdminForth integrations. This is not rendered in the OpenAPI document.


request?

optional request?: AdminForthExpressSchemaInput

JSON schema or Zod schema describing the request body for a custom Express route.


response?

optional response?: AdminForthExpressSchemaInput

JSON schema or Zod schema describing the JSON response body for a custom Express route.