ValidateParams(schema: unknown): SetuMethodDecorator
Attaches a path parameter schema to the decorated route handler.
The schema is enforced (invalid path parameters answered with 400) when a
CAPABILITIES.VALIDATION provider is registered and enforceSchemas is not
false; otherwise it remains description-only. See the module documentation.
A method decorator