Skip to content

Commit 6f28655

Browse files
[HIA-721]
WIP Attempting fix for smoke test by modifying openAPI schema
1 parent c517116 commit 6f28655

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/prismMocks/assess-risks-and-needs-api-docs.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,14 @@
267267
"format": "int64"
268268
},
269269
"dateCompleted": {
270-
"type": "object",
270+
"type": "string",
271271
"example": "2024-05-08T23:11:23"
272272
},
273273
"partcompStatus": {
274274
"type": "string"
275275
},
276276
"initiationDate": {
277-
"type": "object",
277+
"type": "string",
278278
"example": "2024-05-08T23:11:23"
279279
},
280280
"assessmentStatus": {
@@ -311,35 +311,35 @@
311311
"type": "boolean"
312312
},
313313
"latestWIPDate": {
314-
"type": "object",
314+
"type": "string",
315315
"example": "2024-05-08T23:11:23"
316316
},
317317
"laterSignLockAssessmentExists": {
318318
"type": "boolean"
319319
},
320320
"latestSignLockDate": {
321-
"type": "object",
321+
"type": "string",
322322
"example": "2024-05-08T23:11:23"
323323
},
324324
"laterPartCompUnsignedAssessmentExists": {
325325
"type": "boolean"
326326
},
327327
"latestPartCompUnsignedDate": {
328-
"type": "object",
328+
"type": "string",
329329
"example": "2024-05-08T23:11:23"
330330
},
331331
"laterPartCompSignedAssessmentExists": {
332332
"type": "boolean"
333333
},
334334
"latestPartCompSignedDate": {
335-
"type": "object",
335+
"type": "string",
336336
"example": "2024-05-08T23:11:23"
337337
},
338338
"laterCompleteAssessmentExists": {
339339
"type": "boolean"
340340
},
341341
"latestCompleteDate": {
342-
"type": "object",
342+
"type": "string",
343343
"example": "2024-05-08T23:11:23"
344344
}
345345
}

0 commit comments

Comments
 (0)