We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f9ec4 commit 002d018Copy full SHA for 002d018
src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps/InductionSchedule.kt
@@ -11,7 +11,6 @@ import io.swagger.v3.oas.annotations.media.Schema
11
import java.time.Instant
12
import java.time.LocalDate
13
14
-
15
@JsonIgnoreProperties(ignoreUnknown = true)
16
@JsonInclude(JsonInclude.Include.USE_DEFAULTS)
17
data class InductionSchedules(
@@ -62,9 +61,7 @@ data class InductionSchedule(
62
61
example = "2023-06-30",
63
)
64
val inductionPerformedAt: LocalDate? = null,
65
66
val exemptionReason: String? = null,
67
68
val version: Int? = null,
69
70
0 commit comments