Commit 64c8f1c 1 parent e215e4f commit 64c8f1c Copy full SHA for 64c8f1c
File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -1205,6 +1205,40 @@ components:
1205
1205
type : string
1206
1206
example : 2008/0545166T
1207
1207
description : Currently a hmppsId is a PNC identifier however this will change in the near future to be a CRN identifier
1208
+ PhoneNumbers :
1209
+ type : array
1210
+ items : [
1211
+ number :
1212
+ type : string
1213
+ example : 079123456789
1214
+ description : a phone number,
1215
+ type :
1216
+ type : string
1217
+ example : TELEPHONE
1218
+ description : the type of number
1219
+ ]
1220
+
1221
+ description : Currently a hmppsId is a PNC identifier however this will change in the near future to be a CRN identifier
1222
+
1223
+ contactDetails :
1224
+ type : object,
1225
+ properties :
1226
+ addresses :
1227
+ type : array
1228
+ items :
1229
+ $ref : " #/components/schemas/Address"
1230
+ description : A list of known addresses
1231
+ phoneNumbers :
1232
+ type : array
1233
+ $ref : " #/components/schemas/PhoneNumbers"
1234
+ description : A list of phone numbers and type of phone number (mobile, landline etc...)
1235
+ emails :
1236
+ type : array
1237
+ example : " leslie.knope@pawnee.gov"
1238
+ description : A list of email addresses
1239
+
1240
+
1241
+
1208
1242
PersonLicencesData :
1209
1243
type : object
1210
1244
properties :
You can’t perform that action at this time.
0 commit comments