Skip to content

Commit 2498e21

Browse files
Added the extra fields to the induction schedule mapper
1 parent 917df9b commit 2498e21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,11 @@ data class InductionSchedule(
107107
example = "BXI",
108108
)
109109
val inductionPerformedAtPrison: String? = null,
110-
111110
@Schema(
112111
description = "If reason the induction schedule was exempted.",
113112
example = "EXEMPT_SYSTEM_TECHNICAL_ISSUE",
114113
)
115114
val exemptionReason: String? = null,
116-
117115
@Schema(
118116
description = """
119117
The induction schedule can change status numerous times.

0 commit comments

Comments
 (0)