File tree 1 file changed +18
-13
lines changed
1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -1218,6 +1218,8 @@ components:
1218
1218
format : date
1219
1219
gender :
1220
1220
type : string
1221
+ courtAppearance :
1222
+ $ref : ' #/components/schemas/CourtAppearance'
1221
1223
sentence :
1222
1224
$ref : ' #/components/schemas/CaseSentence'
1223
1225
responsibleProvider :
@@ -1290,19 +1292,22 @@ components:
1290
1292
type : string
1291
1293
example : Some Additional Text
1292
1294
CaseSentence :
1295
+ type : object
1296
+ properties :
1297
+ expectedReleaseDate :
1298
+ type : string
1299
+ format : date
1300
+ CourtAppearance :
1293
1301
required :
1294
1302
- date
1295
- - sentencingCourt
1303
+ - court
1296
1304
type : object
1297
1305
properties :
1298
1306
date :
1299
1307
type : string
1300
1308
format : date
1301
- sentencingCourt :
1302
- $ref : ' #/components/schemas/Court'
1303
- releaseDate :
1304
- type : string
1305
- format : date
1309
+ court :
1310
+ $ref : " #/components/schemas/CourtDetails"
1306
1311
CommunityOffenderManager :
1307
1312
type : object
1308
1313
properties :
@@ -1326,13 +1331,6 @@ components:
1326
1331
type : string
1327
1332
example : " leslie.knope@pawnee.gov"
1328
1333
description : A list of email addresses
1329
- Court :
1330
- required :
1331
- - name
1332
- type : object
1333
- properties :
1334
- name :
1335
- type : string
1336
1334
Disability :
1337
1335
type : object
1338
1336
properties :
@@ -1811,6 +1809,13 @@ components:
1811
1809
surname :
1812
1810
type : string
1813
1811
nullable : true
1812
+ CourtDetails :
1813
+ required :
1814
+ - name
1815
+ type : object
1816
+ properties :
1817
+ name :
1818
+ type : string
1814
1819
PersonResponsibleOfficerTeam :
1815
1820
type : object
1816
1821
properties :
You can’t perform that action at this time.
0 commit comments