diff --git a/schemas/reports/watchlist_aml_properties.yaml b/schemas/reports/watchlist_aml_properties.yaml index 52bd1312..5f04ad40 100644 --- a/schemas/reports/watchlist_aml_properties.yaml +++ b/schemas/reports/watchlist_aml_properties.yaml @@ -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 diff --git a/schemas/reports/watchlist_enhanced_properties.yaml b/schemas/reports/watchlist_enhanced_properties.yaml index 52bd1312..5f04ad40 100644 --- a/schemas/reports/watchlist_enhanced_properties.yaml +++ b/schemas/reports/watchlist_enhanced_properties.yaml @@ -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 diff --git a/schemas/reports/watchlist_standard_properties.yaml b/schemas/reports/watchlist_standard_properties.yaml index 52bd1312..5f04ad40 100644 --- a/schemas/reports/watchlist_standard_properties.yaml +++ b/schemas/reports/watchlist_standard_properties.yaml @@ -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