Payload validation with tsoa and class-validator in express js
I am using tsoa with class-validator in express js
Now when i define DTO with class-validator and define type for body in tsoa route, it only validates the datataype of the body object values & if it is required or not. It does not validate other properties of class-validator like @IsEmail() or @Length() etc.