Skip to content

Commit 4a97cc1

Browse files
Added extra fields
1 parent d8b7b0e commit 4a97cc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@ data class InductionSchedule(
9393
)
9494
val inductionPerformedBy: String? = null,
9595
@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",
9898
)
9999
val inductionPerformedAt: LocalDate? = null,
100100
@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",
103103
)
104104
val inductionPerformedByRole: String? = null,
105105
@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.",
107+
example = "BXI",
108108
)
109109
val inductionPerformedAtPrison: String? = null,
110110
@Schema(

0 commit comments

Comments
 (0)