Skip to content

Commit 002d018

Browse files
Added induction schedule history
1 parent b7f9ec4 commit 002d018

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps/InductionSchedule.kt

-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import io.swagger.v3.oas.annotations.media.Schema
1111
import java.time.Instant
1212
import java.time.LocalDate
1313

14-
1514
@JsonIgnoreProperties(ignoreUnknown = true)
1615
@JsonInclude(JsonInclude.Include.USE_DEFAULTS)
1716
data class InductionSchedules(
@@ -62,9 +61,7 @@ data class InductionSchedule(
6261
example = "2023-06-30",
6362
)
6463
val inductionPerformedAt: LocalDate? = null,
65-
6664
val exemptionReason: String? = null,
67-
6865
val version: Int? = null,
6966
)
7067

0 commit comments

Comments
 (0)