Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Formats will generally not be validated, except for `format: date(time)`, which
### Numeric

- `@isInt <errMsg>` **tsoa special** since TS does not know integer as a type
- `@isFloat <errMsg>` **tsoa special** since TS does not know integer as a type
- `@isFloat <errMsg>` **tsoa special** since TS does not know float as a type
- `@isLong <errMsg>`
- `@isDouble <errMsg>`
- `@minimum <number> <errMsg>`
Expand All @@ -85,4 +85,4 @@ Formats will generally not be validated, except for `format: date(time)`, which

### Boolean

- `isBool <errMsg>` for setting custom error messages
- `isBoolean <errMsg>` for setting custom error messages