change "tests:" to "data_tests:"

This commit is contained in:
Pablo Martin 2025-01-13 16:00:35 +01:00
parent db1edf7a1c
commit c3c628aec4
29 changed files with 1565 additions and 1565 deletions

View file

@ -9,20 +9,20 @@ models:
- name: id_verification
data_type: character varying
description: Unique id for the specific transaction.
tests:
data_tests:
- unique
- not_null
- name: id_seon
data_type: text
description: The identifier in Seon.
tests:
data_tests:
- not_null
- name: id_user_partner
data_type: text
description: The unique ID of the partner calling the API.
tests:
data_tests:
- not_null
- name: id_watch_list
@ -33,7 +33,7 @@ models:
data_type: text
description: |
noFlags if the email shows no issues, Flagged otherwise.
tests:
data_tests:
- accepted_values:
values:
- "Flagged"
@ -43,7 +43,7 @@ models:
data_type: text
description: |
noFlags if the phone number shows no issues, Flagged otherwise.
tests:
data_tests:
- accepted_values:
values:
- "Flagged"
@ -53,7 +53,7 @@ models:
data_type: text
description: |
noFlags if not in the watch list, Flagged otherwise.
tests:
data_tests:
- accepted_values:
values:
- "Flagged"
@ -98,7 +98,7 @@ models:
description: |
Timestamp of the last edit of the record, as set by
Screening API.
tests:
data_tests:
- not_null
- name: updated_date_utc
@ -106,25 +106,25 @@ models:
description: |
Date of the last edit of the record, as set by
Screening API.
tests:
data_tests:
- not_null
- name: created_at_utc
data_type: timestamp without time zone
description: |
The internal application timestamp of when this record was created.
tests:
data_tests:
- not_null
- name: created_date_utc
data_type: timestamp without time zone
description: |
The internal application date of when this record was created.
tests:
data_tests:
- not_null
- name: cosmos_db_timestamp_utc
data_type: timestamp with time zone
description: The internal Cosmos DB timestamp of the last record update.
tests:
data_tests:
- not_null