File tree 1 file changed +41
-1
lines changed
1 file changed +41
-1
lines changed Original file line number Diff line number Diff line change 95
95
schema :
96
96
type : object
97
97
properties :
98
+ data :
98
99
prisonerOffenderSearch :
99
100
$ref : " #/components/schemas/Person"
100
101
probationOffenderSearch :
@@ -1721,7 +1722,7 @@ components:
1721
1722
Person :
1722
1723
type : object
1723
1724
properties :
1724
- data :
1725
+ prisonerOffenderSearch :
1725
1726
type : object
1726
1727
properties :
1727
1728
firstName :
@@ -1760,6 +1761,45 @@ components:
1760
1761
description : Hmpps identifier
1761
1762
contactDetails :
1762
1763
$ref : " #/components/schemas/ContactDetails"
1764
+ probationOffenderSearch :
1765
+ type : object
1766
+ properties :
1767
+ firstName :
1768
+ type : string
1769
+ description : First name
1770
+ lastName :
1771
+ type : string
1772
+ description : Last name
1773
+ middleName :
1774
+ type : string
1775
+ nullable : true
1776
+ description : Middle name
1777
+ dateOfBirth :
1778
+ type : string
1779
+ format : date
1780
+ description : Date of birth
1781
+ gender :
1782
+ type : string
1783
+ description : Gender
1784
+ ethnicity :
1785
+ type : string
1786
+ nullable : true
1787
+ description : Ethnicity
1788
+ aliases :
1789
+ type : array
1790
+ items :
1791
+ $ref : " #/components/schemas/Alias"
1792
+ description : List of aliases
1793
+ identifiers :
1794
+ $ref : " #/components/schemas/Identifiers"
1795
+ pncId :
1796
+ type : string
1797
+ description : An identifier from the Police National Computer (PNC)
1798
+ hmppsId :
1799
+ type : string
1800
+ description : Hmpps identifier
1801
+ contactDetails :
1802
+ $ref : " #/components/schemas/ContactDetails"
1763
1803
PersonResponsibleOfficerName :
1764
1804
type : object
1765
1805
properties :
You can’t perform that action at this time.
0 commit comments