Skip to content

Commit bc98df1

Browse files
author
Norbert Nagy
committed
rlpnc-7520: support fielded dates through record-similarity
1 parent 81cb036 commit bc98df1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • model/src/main/java/com/basistech/rosette/apimodel/recordsimilarity/records

model/src/main/java/com/basistech/rosette/apimodel/recordsimilarity/records/DateField.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public static class UnfieldedDate extends DateField {
4545
@Value
4646
@JsonInclude(JsonInclude.Include.NON_NULL)
4747
public static class FieldedDate extends DateField {
48+
@NotBlank String format;
4849
}
4950

5051
}

0 commit comments

Comments
 (0)