Skip to content

Commit

Permalink
Fix records item type in watchlist reports properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed Sep 12, 2024
1 parent dd13039 commit 8284963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/reports/watchlist_aml_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ properties:
description: Returns any matches including, but not limited to, name and date of birth of match, aliases and associates, and relevant events and sources.
type: array
items:
type: string
type: object
2 changes: 1 addition & 1 deletion schemas/reports/watchlist_enhanced_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ properties:
description: Returns any matches including, but not limited to, name and date of birth of match, aliases and associates, and relevant events and sources.
type: array
items:
type: string
type: object
2 changes: 1 addition & 1 deletion schemas/reports/watchlist_standard_properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ properties:
description: Returns any matches including, but not limited to, name and date of birth of match, aliases and associates, and relevant events and sources.
type: array
items:
type: string
type: object

0 comments on commit 8284963

Please sign in to comment.