File tree 1 file changed +3
-45
lines changed
1 file changed +3
-45
lines changed Original file line number Diff line number Diff line change @@ -1722,10 +1722,8 @@ components:
1722
1722
data :
1723
1723
type : object
1724
1724
properties :
1725
- prisonerOffenderSearch :
1726
- $ref : " #/components/schemas/PrisonerOffenderSearch"
1727
- probationOffenderSearch :
1728
- $ref : " #/components/schemas/ProbationOffenderSearch"
1725
+ offenderSearch :
1726
+ $ref : " #/components/schemas/OffenderSearch"
1729
1727
PersonResponsibleOfficerName :
1730
1728
type : object
1731
1729
properties :
@@ -1865,47 +1863,7 @@ components:
1865
1863
nullable : true
1866
1864
prison :
1867
1865
$ref : " #/components/schemas/Prison"
1868
- PrisonerOffenderSearch :
1869
- type : object
1870
- properties :
1871
- firstName :
1872
- type : string
1873
- description : First name
1874
- lastName :
1875
- type : string
1876
- description : Last name
1877
- middleName :
1878
- type : string
1879
- nullable : true
1880
- description : Middle name
1881
- dateOfBirth :
1882
- type : string
1883
- format : date
1884
- example : 1975-04-02
1885
- description : Date of birth
1886
- gender :
1887
- type : string
1888
- description : Gender
1889
- ethnicity :
1890
- type : string
1891
- description : Ethnicity
1892
- aliases :
1893
- type : array
1894
- items :
1895
- $ref : " #/components/schemas/Alias"
1896
- description : List of aliases
1897
- identifiers :
1898
- $ref : " #/components/schemas/Identifiers"
1899
- pncId :
1900
- type : string
1901
- description : An identifier from the Police National Computer (PNC)
1902
- hmppsId :
1903
- type : string
1904
- nullable : true
1905
- description : Currently a hmppsId is a CRN identifier however this will change in the future to be a new unique Hmpps identifier
1906
- contactDetails :
1907
- $ref : " #/components/schemas/ContactDetails"
1908
- ProbationOffenderSearch :
1866
+ OffenderSearch :
1909
1867
type : object
1910
1868
properties :
1911
1869
firstName :
You can’t perform that action at this time.
0 commit comments