@@ -1659,21 +1659,21 @@ components:
1659
1659
dtoPostRecallRelease :
1660
1660
$ref : " #/components/schemas/SentenceKeyDate"
1661
1661
earlyTerm :
1662
- $ref : " #/components/schemas/SentenceKeyDate "
1662
+ $ref : " #/components/schemas/SentenceKeyDateWithCalculatedDate "
1663
1663
homeDetentionCurfew :
1664
1664
$ref : " #/components/schemas/HomeDetentionCurfewDate"
1665
1665
lateTerm :
1666
- $ref : " #/components/schemas/SentenceKeyDate "
1666
+ $ref : " #/components/schemas/SentenceKeyDateWithCalculatedDate "
1667
1667
licenceExpiry :
1668
- $ref : " #/components/schemas/SentenceKeyDate "
1668
+ $ref : " #/components/schemas/SentenceKeyDateWithCalculatedDate "
1669
1669
midTerm :
1670
- $ref : " #/components/schemas/SentenceKeyDate "
1670
+ $ref : " #/components/schemas/SentenceKeyDateWithCalculatedDate "
1671
1671
nonDto :
1672
1672
$ref : " #/components/schemas/NonDtoDate"
1673
1673
nonParole :
1674
1674
$ref : " #/components/schemas/SentenceKeyDate"
1675
1675
paroleEligibility :
1676
- $ref : " #/components/schemas/SentenceKeyDate "
1676
+ $ref : " #/components/schemas/SentenceKeyDateWithCalculatedDate "
1677
1677
postRecallRelease :
1678
1678
$ref : " #/components/schemas/SentenceKeyDate"
1679
1679
release :
@@ -2256,7 +2256,7 @@ components:
2256
2256
type : integer
2257
2257
example : 13
2258
2258
description : Number of tagged bail days
2259
- SentenceKeyDate :
2259
+ SentenceKeyDateWithCalculatedDate :
2260
2260
type : object
2261
2261
properties :
2262
2262
date :
@@ -2274,6 +2274,19 @@ components:
2274
2274
format : date
2275
2275
example : 2023-03-01
2276
2276
description : release calculated date for offender
2277
+ SentenceKeyDate :
2278
+ type : object
2279
+ properties :
2280
+ date :
2281
+ type : string
2282
+ format : date
2283
+ example : 2023-03-01
2284
+ description : release date for offender
2285
+ overrideDate :
2286
+ type : string
2287
+ format : date
2288
+ example : 2023-03-01
2289
+ description : release override date for offender
2277
2290
HomeDetentionCurfewDate :
2278
2291
type : object
2279
2292
properties :
0 commit comments