Skip to content

Commit

Permalink
CDPS-1054: Set fieldName type to String.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtac50 committed Dec 3, 2024
1 parent 1b50133 commit 2c7abca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.time.LocalDate
)
@Schema(description = "Core Person Record V1 update request base")
sealed class CorePersonRecordV1UpdateRequestDto {
open val fieldName: Any? = null
abstract val fieldName: String
abstract val value: Any?

companion object {
Expand Down

0 comments on commit 2c7abca

Please sign in to comment.