schema property

RouteSchema? schema
final

Optional API schema metadata for this route.

Contains request body, parameter, and response metadata used for OpenAPI generation and runtime validation.

Implementation

final RouteSchema? schema;