Skip to content

Commit

Permalink
Define record item object for watchlist enhanced property
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Sep 13, 2024
1 parent 807905e commit 848e9ae
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions schemas/reports/watchlist_enhanced_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,93 @@ properties:
type: array
items:
type: object
properties:
address:
type: array
description: All addresses on file.
items:
type: object
properties:
address_line1:
type: string
country:
type: string
postal_code:
type: string
state_province:
type: string
town:
type: string
locator_type:
type: string
alias:
type: array
description: Any names that the person is also known as.
items:
type: object
properties:
alias_name:
type: string
alias_type:
type: string
associate:
type: array
description: Any linked persons, for example family relatives or business partners.
items:
type: object
properties:
entity_name:
type: string
relationship_direction:
type: string
relationship_type:
type: string
attribute:
type: array
description: Information about the person, for example hair color or nationality.
items:
type: object
properties:
attribute_type:
type: string
attribute_value:
type: string
date_of_birth:
type: array
description: All the date of births on file.
items:
type: string
event:
type: array
description: Information about events that have occurred to the person, for example deportation or arrest.
items:
type: object
properties:
category:
type: string
event_date:
type: string
event_description:
type: string
sources:
type: object
properties:
source_date
source_format
source_name
sub_category:
type: string
full_name:
type: string
position:
type: array
items:
type: string
source:
type: array
items:
type: object
properties:
source_headline
source_name
source_url

0 comments on commit 848e9ae

Please sign in to comment.