File tree 1 file changed +7
-7
lines changed
src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/prismMocks
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 267
267
"format" : " int64"
268
268
},
269
269
"dateCompleted" : {
270
- "type" : " object " ,
270
+ "type" : " string " ,
271
271
"example" : " 2024-05-08T23:11:23"
272
272
},
273
273
"partcompStatus" : {
274
274
"type" : " string"
275
275
},
276
276
"initiationDate" : {
277
- "type" : " object " ,
277
+ "type" : " string " ,
278
278
"example" : " 2024-05-08T23:11:23"
279
279
},
280
280
"assessmentStatus" : {
311
311
"type" : " boolean"
312
312
},
313
313
"latestWIPDate" : {
314
- "type" : " object " ,
314
+ "type" : " string " ,
315
315
"example" : " 2024-05-08T23:11:23"
316
316
},
317
317
"laterSignLockAssessmentExists" : {
318
318
"type" : " boolean"
319
319
},
320
320
"latestSignLockDate" : {
321
- "type" : " object " ,
321
+ "type" : " string " ,
322
322
"example" : " 2024-05-08T23:11:23"
323
323
},
324
324
"laterPartCompUnsignedAssessmentExists" : {
325
325
"type" : " boolean"
326
326
},
327
327
"latestPartCompUnsignedDate" : {
328
- "type" : " object " ,
328
+ "type" : " string " ,
329
329
"example" : " 2024-05-08T23:11:23"
330
330
},
331
331
"laterPartCompSignedAssessmentExists" : {
332
332
"type" : " boolean"
333
333
},
334
334
"latestPartCompSignedDate" : {
335
- "type" : " object " ,
335
+ "type" : " string " ,
336
336
"example" : " 2024-05-08T23:11:23"
337
337
},
338
338
"laterCompleteAssessmentExists" : {
339
339
"type" : " boolean"
340
340
},
341
341
"latestCompleteDate" : {
342
- "type" : " object " ,
342
+ "type" : " string " ,
343
343
"example" : " 2024-05-08T23:11:23"
344
344
}
345
345
}
You can’t perform that action at this time.
0 commit comments