File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
soknad/src/main/java/no/nav/k9/søknad/ytelse/psb/v1 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 14
14
import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
15
15
import com .fasterxml .jackson .annotation .JsonProperty ;
16
16
17
+ import jakarta .validation .constraints .Size ;
17
18
import no .nav .k9 .søknad .felles .type .Periode ;
18
19
import no .nav .k9 .søknad .felles .validering .AvbrytendeValideringsfeil ;
19
20
import no .nav .k9 .søknad .felles .validering .periode .GyldigePerioderMap ;
@@ -74,6 +75,7 @@ public static final class BeredskapPeriodeInfo {
74
75
75
76
@ JsonProperty (value = "tilleggsinformasjon" , required = true )
76
77
@ Valid
78
+ @ Size (max = 4000 )
77
79
private String tilleggsinformasjon ;
78
80
79
81
public BeredskapPeriodeInfo () {
Original file line number Diff line number Diff line change 13
13
import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
14
14
import com .fasterxml .jackson .annotation .JsonProperty ;
15
15
16
+ import jakarta .validation .constraints .Size ;
16
17
import no .nav .k9 .søknad .felles .type .Periode ;
17
18
import no .nav .k9 .søknad .felles .validering .AvbrytendeValideringsfeil ;
18
19
import no .nav .k9 .søknad .felles .validering .periode .GyldigePerioderMap ;
@@ -72,6 +73,7 @@ public static final class NattevåkPeriodeInfo {
72
73
73
74
@ JsonProperty (value = "tilleggsinformasjon" , required = true )
74
75
@ Valid
76
+ @ Size (max = 4000 )
75
77
private String tilleggsinformasjon ;
76
78
77
79
public NattevåkPeriodeInfo () {
You can’t perform that action at this time.
0 commit comments