NCBACK-19 add all case for json
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-14 19:10:22 +07:00
parent 5c6309e228
commit d3e50aa8d1
5 changed files with 9 additions and 0 deletions
@@ -1,10 +1,12 @@
package ru.soune.nocopy.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import jakarta.validation.constraints.*;
import lombok.Data;
@Data
@JsonFormat(with = JsonFormat.Feature.ACCEPT_CASE_INSENSITIVE_PROPERTIES)
public class RegRequest {
@NotEmpty(message = "Full name is required")
private String fullName;