Bootgs Validation

Documents bootgs' parameter-level validation decorators (@Min, @Max, @Email, @Pattern, @Size, @NotBlank, @NotEmpty, @AssertTrue, @AssertFalse, @Positive, @PositiveOrZero, @Negative, @NegativeOrZero), the built-in Parse pipes, and how to write custom pipes with @UsePipes. Use when adding input validation or type coercion to a bootgs controller method, or when invalid input reaches a handler unrejected.

bootgs Updated

File contents

bootgs/skills/tree/main/skills/bootgs-validation commit 107c5c101d

Frequently asked questions

npx skillmds@latest add bootgs/bootgs-validation