You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/models/hmpps/InductionSchedule.kt
+6-6
Original file line number
Diff line number
Diff line change
@@ -93,18 +93,18 @@ data class InductionSchedule(
93
93
)
94
94
valinductionPerformedBy:String? = null,
95
95
@Schema(
96
-
description ="The role of the person who performed the Induction with the prisoner. In the case of system generated updates or setting an exemption this field will not be present.",
97
-
example ="Peer Mentor",
96
+
description ="An ISO-8601 date representing when the Induction was performed with the prisoner. In the case of system generated updates this field will not be present.",
97
+
example ="2023-06-30",
98
98
)
99
99
valinductionPerformedAt:LocalDate? = null,
100
100
@Schema(
101
-
description ="The prison code that the induction was performed at.",
102
-
example ="BXI",
101
+
description ="The role of the person who performed the Induction with the prisoner. In the case of system generated updates or setting an exemption this field will not be present.",
102
+
example ="Peer Mentor",
103
103
)
104
104
valinductionPerformedByRole:String? = null,
105
105
@Schema(
106
-
description ="An ISO-8601 date representing when the Induction was performed with the prisoner. In the case of system generated updates this field will not be present.",
107
-
example ="2023-06-30",
106
+
description ="The prison code that the induction was performed at.",
0 commit comments