diff --git a/flows.json b/flows.json index 069f342..72afc2b 100644 --- a/flows.json +++ b/flows.json @@ -1,19 +1,5771 @@ { - "nodes": [ - { - "id": "c2w3wcw04fjyio9un4f", - "data": { "label": "Request" }, - "position": { "x": 0, "y": 150 }, - "type": "requestNode" - }, - { - "id": "c2xjc7k07ahdxoi7ad7", - "data": { "label": "+" }, - "position": { "x": 0, "y": 150 }, - "type": "placeholder" + "nodes": [ + { + "id": "c2w3wcw04fjyio9un4f", + "position": { + "x": 0, + "y": 0 + }, + "data": { + "label": "Request", + "request_schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "properties": { + "application": { + "type": "object", + "properties": { + "application_key": { + "type": [ + "string", + "null" + ], + "description": "Unique application key" + }, + "partition1": { + "type": [ + "string", + "null" + ], + "description": "Partition identifier" + }, + "last_changed_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Timestamp of last change" + }, + "etl_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "ETL process timestamp" + }, + "application_op": { + "type": [ + "string", + "null" + ], + "description": "Operation type for the application" + }, + "application_date": { + "type": [ + "string", + "null" + ], + "format": "date", + "description": "Date of the application" + }, + "application_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Timestamp of the application" + }, + "application_updated_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Timestamp of the last application update" + }, + "application_leadid": { + "type": [ + "string", + "null" + ], + "description": "Lead ID for the application" + }, + "application_price_purchased": { + "type": [ + "number", + "null" + ], + "description": "Purchased price for the application" + }, + "application_portfolio": { + "type": [ + "string", + "null" + ], + "description": "Portfolio name" + }, + "application_portfolio_abbreviation": { + "type": [ + "string", + "null" + ], + "description": "Portfolio abbreviation" + }, + "application_source": { + "type": [ + "string", + "null" + ], + "description": "Source of the application" + }, + "application_sub_source": { + "type": [ + "string", + "null" + ], + "description": "Sub-source of the application" + }, + "application_mpromo": { + "type": [ + "string", + "null" + ], + "description": "Marketing promotion" + }, + "application_source_name": { + "type": [ + "string", + "null" + ], + "description": "Name of the application source" + }, + "application_is_internal": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is internal" + }, + "application_is_react": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is reactive" + }, + "application_is_refi": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is refinancing" + }, + "application_is_organic": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is organic" + }, + "application_ingestion_date": { + "type": [ + "string", + "null" + ], + "description": "Ingestion date of the application" + }, + "application_is_current": { + "type": [ + "string", + "null" + ], + "description": "Current status of the application" + }, + "application_ssn": { + "type": [ + "string", + "null" + ], + "description": "Social Security Number" + }, + "application_first_name": { + "type": [ + "string", + "null" + ], + "description": "First name of the applicant" + }, + "application_last_name": { + "type": [ + "string", + "null" + ], + "description": "Last name of the applicant" + }, + "application_address1": { + "type": [ + "string", + "null" + ], + "description": "Primary address of the applicant" + }, + "application_address2": { + "type": [ + "string", + "null" + ], + "description": "Secondary address of the applicant" + }, + "application_city": { + "type": [ + "string", + "null" + ], + "description": "City of the applicant" + }, + "application_state": { + "type": [ + "string", + "null" + ], + "description": "State of the applicant" + }, + "application_postal_code": { + "type": [ + "string", + "null" + ], + "description": "Postal code of the applicant" + }, + "application_date_of_birth": { + "type": [ + "string", + "null" + ], + "format": "date", + "description": "Date of birth of the applicant" + }, + "application_email_address": { + "type": [ + "string", + "null" + ], + "description": "Email address of the applicant" + }, + "application_home_phone": { + "type": [ + "string", + "null" + ], + "description": "Home phone number of the applicant" + }, + "application_cell_phone": { + "type": [ + "string", + "null" + ], + "description": "Cell phone number of the applicant" + }, + "application_work_phone": { + "type": [ + "string", + "null" + ], + "description": "Work phone number of the applicant" + }, + "application_monthly_household_income": { + "type": [ + "number", + "null" + ], + "description": "Monthly household income" + }, + "application_bank_account_number": { + "type": [ + "string", + "null" + ], + "description": "Bank account number" + }, + "application_bank_routing_number": { + "type": [ + "string", + "null" + ], + "description": "Bank routing number" + }, + "application_bank_name": { + "type": [ + "string", + "null" + ], + "description": "Name of the bank" + }, + "application_debit_card_number": { + "type": [ + "string", + "null" + ], + "description": "Debit card number" + }, + "application_transporterselectionlogid": { + "type": [ + "integer", + "null" + ], + "description": "Transporter selection log ID" + }, + "application_product_type": { + "type": [ + "string", + "null" + ], + "description": "Product type" + }, + "application_original_loan_request_amount": { + "type": [ + "number", + "null" + ], + "description": "Original loan request amount" + }, + "application_validation_pipeline_id": { + "type": [ + "string", + "null" + ], + "description": "Validation pipeline ID" + }, + "application_is_accepted": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is accepted" + }, + "application_is_rejected": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is rejected" + }, + "application_is_purchased": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is purchased" + }, + "application_acctrefno": { + "type": [ + "string", + "null" + ], + "description": "Account reference number" + }, + "application_marketing_response_mechanism": { + "type": [ + "string", + "null" + ], + "description": "Marketing response mechanism" + }, + "application_customer_type": { + "type": [ + "string", + "null" + ], + "description": "Type of customer" + }, + "hashdiff": { + "type": [ + "string", + "null" + ], + "description": "Hash difference for identifying changes" + }, + "application_rejected_log_message": { + "type": [ + "string", + "null" + ], + "description": "Log message for rejected applications" + }, + "application_rejected_stage_log_message": { + "type": [ + "string", + "null" + ], + "description": "Stage log message for rejected applications" + }, + "application_rejected_stage_log_rule": { + "type": [ + "string", + "null" + ], + "description": "Stage log rule for rejected applications" + }, + "application_rejected_stage_log_method": { + "type": [ + "string", + "null" + ], + "description": "Stage log method for rejected applications" + }, + "application_rejected_stage_log_code": { + "type": [ + "string", + "null" + ], + "description": "Stage log code for rejected applications" + }, + "application_channel": { + "type": [ + "string", + "null" + ], + "description": "Application channel" + }, + "application_rejected_stage_log_name": { + "type": [ + "string", + "null" + ], + "description": "Stage log name for rejected applications" + }, + "application_rejected_reason": { + "type": [ + "string", + "null" + ], + "description": "Reason for rejection" + }, + "application_product_offering": { + "type": [ + "string", + "null" + ], + "description": "Product offering" + } + } + }, + "uprovaApplication": { + "type": "object", + "properties": { + "op": { + "type": [ + "string", + "null" + ], + "description": "Operation type" + }, + "ingestion_date": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Date of ingestion" + }, + "idnumber": { + "type": [ + "integer", + "null" + ], + "description": "Identification number" + }, + "leadid": { + "type": [ + "string", + "null" + ], + "description": "Lead ID" + }, + "userid": { + "type": [ + "integer", + "null" + ], + "description": "User ID" + }, + "tenantid": { + "type": [ + "integer", + "null" + ], + "description": "Tenant ID" + }, + "firstname": { + "type": [ + "string", + "null" + ], + "description": "First name" + }, + "lastname": { + "type": [ + "string", + "null" + ], + "description": "Last name" + }, + "emailaddress": { + "type": [ + "string", + "null" + ], + "format": "email", + "description": "Email address" + }, + "password": { + "type": [ + "string", + "null" + ], + "description": "Password" + }, + "loanamount": { + "type": [ + "number", + "null" + ], + "description": "Loan amount", + "multipleOf": 1 + }, + "reasonforborrowing": { + "type": [ + "string", + "null" + ], + "description": "Reason for borrowing" + }, + "creditscore": { + "type": [ + "string", + "null" + ], + "description": "Credit score" + }, + "military": { + "type": [ + "string", + "null" + ], + "description": "Military status" + }, + "homephone": { + "type": [ + "string", + "null" + ], + "description": "Home phone number" + }, + "cellphone": { + "type": [ + "string", + "null" + ], + "description": "Cell phone number" + }, + "cellissameashome": { + "type": [ + "boolean", + "null" + ], + "description": "Is cell phone same as home phone" + }, + "textmessageconsent": { + "type": [ + "boolean", + "null" + ], + "description": "Text message consent" + }, + "dateofbirth": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Date of birth" + }, + "address": { + "type": [ + "string", + "null" + ], + "description": "Address line 1" + }, + "address2": { + "type": [ + "string", + "null" + ], + "description": "Address line 2" + }, + "city": { + "type": [ + "string", + "null" + ], + "description": "City" + }, + "state": { + "type": [ + "string", + "null" + ], + "description": "State" + }, + "zip": { + "type": [ + "string", + "null" + ], + "description": "Zip code" + }, + "ownhome": { + "type": [ + "string", + "null" + ], + "description": "Own home" + }, + "monthsatresidence": { + "type": [ + "integer", + "null" + ], + "description": "Months at residence" + }, + "ssn": { + "type": [ + "string", + "null" + ], + "description": "Social Security Number" + }, + "dlnumber": { + "type": [ + "string", + "null" + ], + "description": "Driver's License Number" + }, + "dlstate": { + "type": [ + "string", + "null" + ], + "description": "Driver's License State" + }, + "educationlevel": { + "type": [ + "string", + "null" + ], + "description": "Education level" + }, + "employmentstatus": { + "type": [ + "string", + "null" + ], + "description": "Employment status" + }, + "lengthatjob": { + "type": [ + "number", + "null" + ], + "multipleOf": 1, + "description": "Length at job" + }, + "employername": { + "type": [ + "string", + "null" + ], + "description": "Employer name" + }, + "employerphone": { + "type": [ + "string", + "null" + ], + "description": "Employer phone number" + }, + "annualincome": { + "type": [ + "number", + "null" + ], + "multipleOf": 1, + "description": "Annual income" + }, + "payfrequency": { + "type": [ + "string", + "null" + ], + "description": "Pay frequency" + }, + "nextpaydate": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Next pay date" + }, + "secondpaydate": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Second pay date" + }, + "howareyoupaid": { + "type": [ + "string", + "null" + ], + "description": "How you are paid" + }, + "bankroutingnumber": { + "type": [ + "string", + "null" + ], + "description": "Bank routing number" + }, + "bankaccountnumber": { + "type": [ + "string", + "null" + ], + "description": "Bank account number" + }, + "ipaddress": { + "type": [ + "string", + "null" + ], + "format": "ipv4", + "description": "IP address" + }, + "promocode": { + "type": [ + "string", + "null" + ], + "description": "Promo code" + }, + "termsofuse": { + "type": [ + "boolean", + "null" + ], + "description": "Terms of use acceptance" + }, + "triballaws": { + "type": [ + "boolean", + "null" + ], + "description": "Acknowledgment of tribal laws" + }, + "shareappinfo": { + "type": [ + "boolean", + "null" + ], + "description": "Consent to share app information" + }, + "signatureip": { + "type": [ + "string", + "null" + ], + "format": "ipv4", + "description": "Signature IP address" + }, + "signaturedatetime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Signature date and time" + }, + "modifieddatetime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Last modified date and time" + }, + "createddatetime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Creation date and time" + }, + "lengthatbank": { + "type": [ + "string", + "null" + ], + "description": "Length at bank" + }, + "bankname": { + "type": [ + "string", + "null" + ], + "description": "Bank name" + }, + "dayvalue": { + "type": [ + "integer", + "null" + ], + "description": "Day value" + }, + "smnextpaydate": { + "type": [ + "integer", + "null" + ], + "description": "Days to next pay date" + }, + "smsecondpaydate": { + "type": [ + "integer", + "null" + ], + "description": "Days to second pay date" + }, + "submitted": { + "type": [ + "boolean", + "null" + ], + "description": "Is application submitted" + }, + "industry": { + "type": [ + "string", + "null" + ], + "description": "Industry" + }, + "occupation": { + "type": [ + "string", + "null" + ], + "description": "Occupation" + }, + "redirecturl": { + "type": [ + "string", + "null" + ], + "format": "uri", + "description": "Redirect URL" + }, + "leadrevenue": { + "type": [ + "number", + "null" + ], + "multipleOf": 0.01, + "description": "Lead revenue" + }, + "customertype": { + "type": [ + "string", + "null" + ], + "description": "Customer type" + }, + "hubspottransmitted": { + "type": [ + "boolean", + "null" + ], + "description": "Is HubSpot transmitted" + }, + "hubspotformid": { + "type": [ + "string", + "null" + ], + "description": "HubSpot form ID" + }, + "eventname": { + "type": [ + "string", + "null" + ], + "description": "Event name" + }, + "lifecyclestage": { + "type": [ + "string", + "null" + ], + "description": "Lifecycle stage" + }, + "hubspoteventtransmitted": { + "type": [ + "boolean", + "null" + ], + "description": "Is HubSpot event transmitted" + }, + "hubspotid": { + "type": [ + "integer", + "null" + ], + "description": "HubSpot ID" + }, + "isshortform": { + "type": [ + "boolean", + "null" + ], + "description": "Is short form application" + }, + "isdataencrypted": { + "type": [ + "boolean", + "null" + ], + "description": "Is data encrypted" + }, + "is_current": { + "type": [ + "string", + "null" + ], + "description": "Is current flag" + }, + "transact_id": { + "type": [ + "string", + "null" + ], + "description": "Transaction ID" + }, + "timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Event timestamp" + }, + "stream_position": { + "type": [ + "string", + "null" + ], + "description": "Stream position" + }, + "commit_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Commit timestamp" + }, + "user": { + "type": [ + "string", + "null" + ], + "description": "User" + } + } + }, + "ThreatMetrixResponse": { + "type": "object", + "properties": { + "Id": { + "type": [ + "integer", + "null" + ], + "description": "Primary key, auto-incrementing." + }, + "UprovaLoanApplicationId": { + "type": [ + "integer", + "null" + ], + "description": "Loan application ID, nullable." + }, + "AccountFirstName": { + "type": [ + "string", + "null" + ], + "description": "First name of the account holder." + }, + "AccountLastName": { + "type": [ + "string", + "null" + ], + "description": "Last name of the account holder." + }, + "AccountAddressStreet1": { + "type": [ + "string", + "null" + ], + "description": "Street address line 1 of the account holder." + }, + "AccountAddressStreet2": { + "type": [ + "string", + "null" + ], + "description": "Street address line 2 of the account holder." + }, + "AccountAddressCity": { + "type": [ + "string", + "null" + ], + "description": "City of the account holder's address." + }, + "AccountAddressState": { + "type": [ + "string", + "null" + ], + "description": "State of the account holder's address." + }, + "AccountAddressZip": { + "type": [ + "string", + "null" + ], + "description": "ZIP code of the account holder's address." + }, + "NationalIdType": { + "type": [ + "string", + "null" + ], + "description": "Type of the national ID." + }, + "NationalIdNumber": { + "type": [ + "string", + "null" + ], + "description": "Number of the national ID." + }, + "AccountTelephone": { + "type": [ + "string", + "null" + ], + "description": "Telephone number of the account holder." + }, + "AccountDateOfBirth": { + "type": [ + "string", + "null" + ], + "format": "date", + "description": "Date of birth of the account holder." + }, + "AccountEmail": { + "type": [ + "string", + "null" + ], + "format": "email", + "description": "Email address of the account holder." + }, + "EventType": { + "type": [ + "string", + "null" + ], + "description": "Type of the event." + }, + "SessionId": { + "type": [ + "string", + "null" + ], + "description": "Session identifier." + }, + "Policy": { + "type": [ + "string", + "null" + ], + "description": "Policy details." + }, + "ServiceType": { + "type": [ + "string", + "null" + ], + "description": "Type of service." + }, + "inputipaddress": { + "type": [ + "string", + "null" + ], + "description": "Input IP address." + }, + "OutputFormat": { + "type": [ + "string", + "null" + ], + "description": "Output format of the request." + }, + "EventDateTime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Event timestamp." + }, + "RequestResult": { + "type": [ + "string", + "null" + ], + "description": "Result of the request." + }, + "ReviewStatus": { + "type": [ + "string", + "null" + ], + "description": "Review status of the request." + }, + "UnknownSession": { + "type": [ + "string", + "null" + ], + "description": "Indicator for unknown session." + }, + "digitalidconfidence": { + "type": [ + "string", + "null" + ], + "description": "Confidence level of the digital ID." + }, + "SummaryReasonCode": { + "type": [ + "string", + "null" + ], + "description": "Summary of reason codes." + }, + "ReasonCode": { + "type": [ + "string", + "null" + ], + "description": "Detailed reason code." + }, + "deviceid": { + "type": [ + "string", + "null" + ], + "description": "Device identifier." + }, + "fuzzydeviceid": { + "type": [ + "string", + "null" + ], + "description": "Fuzzy device identifier." + }, + "trueip": { + "type": [ + "string", + "null" + ], + "description": "Actual IP address." + }, + "TrueIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the actual IP." + }, + "InputIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the input IP." + }, + "ProxyIp": { + "type": [ + "string", + "null" + ], + "description": "Proxy IP address." + }, + "ProxyIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the proxy IP." + }, + "dnsip": { + "type": [ + "string", + "null" + ], + "description": "DNS IP address." + }, + "DnsIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the DNS IP." + }, + "requestid": { + "type": [ + "string", + "null" + ], + "description": "Request identifier." + }, + "DigitalId": { + "type": [ + "string", + "null" + ], + "description": "Digital ID." + }, + "DigitalIdTrustScoreSummaryReasonCode": { + "type": [ + "string", + "null" + ], + "description": "Trust score reason code for the digital ID." + }, + "tmxsummaryreasoncode": { + "type": [ + "string", + "null" + ], + "description": "TMX summary reason code." + }, + "TmxRiskRating": { + "type": [ + "string", + "null" + ], + "description": "TMX risk rating." + }, + "riskrating": { + "type": [ + "string", + "null" + ], + "description": "Overall risk rating." + }, + "ErrorDetail": { + "type": [ + "string", + "null" + ], + "description": "Details of any errors encountered." + }, + "blob": { + "type": [ + "object", + "null" + ], + "properties": { + "account_address_city": { + "type": [ + "string", + "null" + ] + }, + "account_address_state": { + "type": [ + "string", + "null" + ] + }, + "account_address_street1": { + "type": [ + "string", + "null" + ] + }, + "account_address_street2": { + "type": [ + "string", + "null" + ] + }, + "account_address_zip": { + "type": [ + "string", + "null" + ] + }, + "account_date_of_birth": { + "type": [ + "string", + "null" + ] + }, + "account_email": { + "type": [ + "string", + "null" + ] + }, + "account_email_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "account_email_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "account_email_contains_dot": { + "type": [ + "string", + "null" + ] + }, + "account_email_domain": { + "type": [ + "string", + "null" + ] + }, + "account_email_result": { + "type": [ + "string", + "null" + ] + }, + "account_first_name": { + "type": [ + "string", + "null" + ] + }, + "account_last_name": { + "type": [ + "string", + "null" + ] + }, + "account_login": { + "type": [ + "string", + "null" + ] + }, + "account_login_result": { + "type": [ + "string", + "null" + ] + }, + "account_name": { + "type": [ + "string", + "null" + ] + }, + "account_name_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "account_name_first_seen": { + "type": [ + "string", + "null" + ] + }, + "account_name_last_event": { + "type": [ + "string", + "null" + ] + }, + "account_name_last_update": { + "type": [ + "string", + "null" + ] + }, + "account_name_result": { + "type": [ + "string", + "null" + ] + }, + "account_name_score": { + "type": [ + "string", + "null" + ] + }, + "account_name_worst_score": { + "type": [ + "string", + "null" + ] + }, + "account_telephone": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_country_code": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_geo": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_is_possible": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_is_valid": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_result": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_type": { + "type": [ + "string", + "null" + ] + }, + "agent_type": { + "type": [ + "string", + "null" + ] + }, + "api_call_datetime": { + "type": [ + "string", + "null" + ] + }, + "api_caller_ip": { + "type": [ + "string", + "null" + ] + }, + "api_type": { + "type": [ + "string", + "null" + ] + }, + "api_version": { + "type": [ + "string", + "null" + ] + }, + "bb_assessment": { + "type": [ + "string", + "null" + ] + }, + "bb_assessment_rating": { + "type": [ + "string", + "null" + ] + }, + "bb_bot_rating": { + "type": [ + "string", + "null" + ] + }, + "bb_bot_score": { + "type": [ + "string", + "null" + ] + }, + "bb_fraud_rating": { + "type": [ + "string", + "null" + ] + }, + "bb_fraud_score": { + "type": [ + "string", + "null" + ] + }, + "behaviosec.userid": { + "type": [ + "string", + "null" + ] + }, + "browser": { + "type": [ + "string", + "null" + ] + }, + "browser_language": { + "type": [ + "string", + "null" + ] + }, + "browser_string": { + "type": [ + "string", + "null" + ] + }, + "browser_string_hash": { + "type": [ + "string", + "null" + ] + }, + "browser_version": { + "type": [ + "string", + "null" + ] + }, + "challenger_policy": { + "type": [ + "string", + "null" + ] + }, + "challenger_policy_score": { + "type": [ + "string", + "null" + ] + }, + "challenger_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "challenger_request_duration": { + "type": [ + "string", + "null" + ] + }, + "challenger_review_status": { + "type": [ + "string", + "null" + ] + }, + "challenger_risk_rating": { + "type": [ + "string", + "null" + ] + }, + "champion_request_duration": { + "type": [ + "string", + "null" + ] + }, + "css_image_loaded": { + "type": [ + "string", + "null" + ] + }, + "custom_count_15": { + "type": [ + "string", + "null" + ] + }, + "custom_match_7": { + "type": [ + "string", + "null" + ] + }, + "custom_match_8": { + "type": [ + "string", + "null" + ] + }, + "device_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "device_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "device_health_reasons": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "device_id": { + "type": [ + "string", + "null" + ] + }, + "device_id_confidence": { + "type": [ + "string", + "null" + ] + }, + "device_match_result": { + "type": [ + "string", + "null" + ] + }, + "device_result": { + "type": [ + "string", + "null" + ] + }, + "digital_id": { + "type": [ + "string", + "null" + ] + }, + "digital_id_confidence": { + "type": [ + "string", + "null" + ] + }, + "digital_id_confidence_rating": { + "type": [ + "string", + "null" + ] + }, + "digital_id_first_seen": { + "type": [ + "string", + "null" + ] + }, + "digital_id_last_event": { + "type": [ + "string", + "null" + ] + }, + "digital_id_last_update": { + "type": [ + "string", + "null" + ] + }, + "digital_id_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "digital_id_result": { + "type": [ + "string", + "null" + ] + }, + "digital_id_trust_score": { + "type": [ + "string", + "null" + ] + }, + "digital_id_trust_score_rating": { + "type": [ + "string", + "null" + ] + }, + "digital_id_trust_score_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "emailage.emailriskscore.citypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.disdescription": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domain_creation_days": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainage": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincategory": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincompany": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincorporate": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincountry": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainexists": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainname": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrelevantinfo": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrelevantinfoid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainriskcountry": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrisklevel": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrisklevelid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eaadvice": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eaadviceid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eareason": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eareasonid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eariskband": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eariskbandid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eascore": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eastatusid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailexists": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtofullnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtoipconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtolastnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtophoneconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.first_seen_days": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.firstverificationdate": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.fraudrisk": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.ip_risklevel": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.ip_riskreason": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.iptofullnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.iptolastnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.iptophoneconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.namematch": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.overalldigitalidentityscore": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phone_status": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phonecarriertype": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phoneownermatch": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phonetofullnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phonetolastnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.responsestatus.errorcode": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.responsestatus.status": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.shipforward": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.status": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.totalhits": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.uniquehits": { + "type": [ + "string", + "null" + ] + }, + "enabled_ck": { + "type": [ + "string", + "null" + ] + }, + "enabled_fl": { + "type": [ + "string", + "null" + ] + }, + "enabled_im": { + "type": [ + "string", + "null" + ] + }, + "enabled_js": { + "type": [ + "string", + "null" + ] + }, + "enabled_services": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "enhanced_headers_name_value_hash": { + "type": [ + "string", + "null" + ] + }, + "event_datetime": { + "type": [ + "string", + "null" + ] + }, + "event_type": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "fuzzy_device_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "fuzzy_device_id": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_id_confidence": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_match_result": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_result": { + "type": [ + "string", + "null" + ] + }, + "headers_name_value_hash": { + "type": [ + "string", + "null" + ] + }, + "headers_order_string_hash": { + "type": [ + "string", + "null" + ] + }, + "http_connection_type": { + "type": [ + "string", + "null" + ] + }, + "http_os_sig_adv_mss": { + "type": [ + "string", + "null" + ] + }, + "http_os_sig_rcv_mss": { + "type": [ + "string", + "null" + ] + }, + "http_os_sig_snd_mss": { + "type": [ + "string", + "null" + ] + }, + "http_os_signature": { + "type": [ + "string", + "null" + ] + }, + "http_referer": { + "type": [ + "string", + "null" + ] + }, + "image_loaded": { + "type": [ + "string", + "null" + ] + }, + "input_ip_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "input_ip_address": { + "type": [ + "string", + "null" + ] + }, + "input_ip_assert_history": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "input_ip_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "input_ip_city": { + "type": [ + "string", + "null" + ] + }, + "input_ip_connection_type": { + "type": [ + "string", + "null" + ] + }, + "input_ip_first_seen": { + "type": [ + "string", + "null" + ] + }, + "input_ip_geo": { + "type": [ + "string", + "null" + ] + }, + "input_ip_home": { + "type": [ + "string", + "null" + ] + }, + "input_ip_isp": { + "type": [ + "string", + "null" + ] + }, + "input_ip_last_event": { + "type": [ + "string", + "null" + ] + }, + "input_ip_last_update": { + "type": [ + "string", + "null" + ] + }, + "input_ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "input_ip_line_speed": { + "type": [ + "string", + "null" + ] + }, + "input_ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "input_ip_organization": { + "type": [ + "string", + "null" + ] + }, + "input_ip_postal_code": { + "type": [ + "string", + "null" + ] + }, + "input_ip_region": { + "type": [ + "string", + "null" + ] + }, + "input_ip_region_iso_code": { + "type": [ + "string", + "null" + ] + }, + "input_ip_result": { + "type": [ + "string", + "null" + ] + }, + "input_ip_routing_type": { + "type": [ + "string", + "null" + ] + }, + "input_ip_score": { + "type": [ + "string", + "null" + ] + }, + "input_ip_worst_score": { + "type": [ + "string", + "null" + ] + }, + "integration_hub_results": { + "type": [ + "object", + "null" + ], + "properties": { + "2lrwrk15:account_registration": { + "type": [ + "object", + "null" + ], + "properties": { + "Emailage": { + "type": [ + "object", + "null" + ], + "properties": { + "rule_id": { + "type": [ + "string", + "null" + ] + }, + "tps_datetime": { + "type": [ + "string", + "null" + ] + }, + "tps_duration": { + "type": [ + "string", + "null" + ] + }, + "tps_error": { + "type": [ + "string", + "null" + ] + }, + "tps_http_status_code": { + "type": [ + "string", + "null" + ] + }, + "tps_result": { + "type": [ + "string", + "null" + ] + }, + "tps_type": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor_raw_response": { + "type": [ + "object", + "null" + ], + "properties": { + "query": { + "type": [ + "object", + "null" + ], + "properties": { + "email": { + "type": [ + "string", + "null" + ] + }, + "queryType": { + "type": [ + "string", + "null" + ] + }, + "count": { + "type": [ + "integer", + "null" + ] + }, + "created": { + "type": [ + "string", + "null" + ] + }, + "lang": { + "type": [ + "string", + "null" + ] + }, + "responseCount": { + "type": [ + "integer", + "null" + ] + }, + "trackingId": { + "type": [ + "string", + "null" + ] + }, + "firstname": { + "type": [ + "string", + "null" + ] + }, + "lastname": { + "type": [ + "string", + "null" + ] + }, + "billaddress": { + "type": [ + "string", + "null" + ] + }, + "billcity": { + "type": [ + "string", + "null" + ] + }, + "billregion": { + "type": [ + "string", + "null" + ] + }, + "billpostal": { + "type": [ + "string", + "null" + ] + }, + "phone": { + "type": [ + "string", + "null" + ] + }, + "useragent": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeId": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeDescription": { + "type": [ + "string", + "null" + ] + }, + "phoneCountryCode": { + "type": [ + "string", + "null" + ] + }, + "results": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "userdefinedrecordid": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "ipaddress": { + "type": [ + "string", + "null" + ] + }, + "eName": { + "type": [ + "string", + "null" + ] + }, + "emailAge": { + "type": [ + "string", + "null" + ] + }, + "email_creation_days": { + "type": [ + "string", + "null" + ] + }, + "domainAge": { + "type": [ + "string", + "null" + ] + }, + "domain_creation_days": { + "type": [ + "string", + "null" + ] + }, + "firstVerificationDate": { + "type": [ + "string", + "null" + ] + }, + "first_seen_days": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": [ + "string", + "null" + ] + }, + "country": { + "type": [ + "string", + "null" + ] + }, + "fraudRisk": { + "type": [ + "string", + "null" + ] + }, + "EAScore": { + "type": [ + "string", + "null" + ] + }, + "EAReason": { + "type": [ + "string", + "null" + ] + }, + "EAStatusID": { + "type": [ + "string", + "null" + ] + }, + "EAReasonID": { + "type": [ + "string", + "null" + ] + }, + "EAAdviceID": { + "type": [ + "string", + "null" + ] + }, + "EAAdvice": { + "type": [ + "string", + "null" + ] + }, + "EARiskBandID": { + "type": [ + "string", + "null" + ] + }, + "EARiskBand": { + "type": [ + "string", + "null" + ] + }, + "source_industry": { + "type": [ + "string", + "null" + ] + }, + "fraud_type": { + "type": [ + "string", + "null" + ] + }, + "location": { + "type": [ + "string", + "null" + ] + }, + "smfriends": { + "type": [ + "string", + "null" + ] + }, + "totalhits": { + "type": [ + "string", + "null" + ] + }, + "uniquehits": { + "type": [ + "string", + "null" + ] + }, + "emailExists": { + "type": [ + "string", + "null" + ] + }, + "domainExists": { + "type": [ + "string", + "null" + ] + }, + "company": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": [ + "string", + "null" + ] + }, + "domainname": { + "type": [ + "string", + "null" + ] + }, + "domaincompany": { + "type": [ + "string", + "null" + ] + }, + "domaincountryname": { + "type": [ + "string", + "null" + ] + }, + "domaincategory": { + "type": [ + "string", + "null" + ] + }, + "domaincorporate": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevel": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfo": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevelID": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfoID": { + "type": [ + "string", + "null" + ] + }, + "domainriskcountry": { + "type": [ + "string", + "null" + ] + }, + "smlinks": { + "type": [ + "array", + "null" + ], + "items": {} + }, + "ip_risklevel": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreasonid": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreason": { + "type": [ + "string", + "null" + ] + }, + "ip_reputation": { + "type": [ + "string", + "null" + ] + }, + "ip_risklevelid": { + "type": [ + "string", + "null" + ] + }, + "ip_anonymousdetected": { + "type": [ + "string", + "null" + ] + }, + "ip_proxytype": { + "type": [ + "string", + "null" + ] + }, + "ip_proxydescription": { + "type": [ + "string", + "null" + ] + }, + "ip_isp": { + "type": [ + "string", + "null" + ] + }, + "ip_org": { + "type": [ + "string", + "null" + ] + }, + "ip_userType": { + "type": [ + "string", + "null" + ] + }, + "ip_netSpeedCell": { + "type": [ + "string", + "null" + ] + }, + "ip_corporateProxy": { + "type": [ + "string", + "null" + ] + }, + "ip_continentCode": { + "type": [ + "string", + "null" + ] + }, + "ip_country": { + "type": [ + "string", + "null" + ] + }, + "ip_countryCode": { + "type": [ + "string", + "null" + ] + }, + "ip_region": { + "type": [ + "string", + "null" + ] + }, + "ip_city": { + "type": [ + "string", + "null" + ] + }, + "ip_callingcode": { + "type": [ + "string", + "null" + ] + }, + "ip_metroCode": { + "type": [ + "string", + "null" + ] + }, + "ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "ip_map": { + "type": [ + "string", + "null" + ] + }, + "ipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipshipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipriskcountry": { + "type": [ + "string", + "null" + ] + }, + "ipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "iptimezone": { + "type": [ + "string", + "null" + ] + }, + "ipasnum": { + "type": [ + "string", + "null" + ] + }, + "ipdomain": { + "type": [ + "string", + "null" + ] + }, + "ip_countryconf": { + "type": [ + "string", + "null" + ] + }, + "ip_regionconf": { + "type": [ + "string", + "null" + ] + }, + "ip_cityconf": { + "type": [ + "string", + "null" + ] + }, + "ip_postalcode": { + "type": [ + "string", + "null" + ] + }, + "ip_postalconf": { + "type": [ + "string", + "null" + ] + }, + "custphoneInbillingloc": { + "type": [ + "string", + "null" + ] + }, + "citypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "shipcitypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "phone_status": { + "type": [ + "string", + "null" + ] + }, + "shipforward": { + "type": [ + "string", + "null" + ] + }, + "namematch": { + "type": [ + "string", + "null" + ] + }, + "phoneowner": { + "type": [ + "string", + "null" + ] + }, + "phoneownertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriernetworkcode": { + "type": [ + "string", + "null" + ] + }, + "phonecarriername": { + "type": [ + "string", + "null" + ] + }, + "phoneownermatch": { + "type": [ + "string", + "null" + ] + }, + "overallDigitalIdentityScore": { + "type": [ + "string", + "null" + ] + }, + "emailToIpConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "disDescription": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "responseStatus": { + "type": [ + "object", + "null" + ], + "properties": { + "status": { + "type": [ + "string", + "null" + ] + }, + "errorCode": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + } + }, + "tps_was_timeout": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + } + }, + "js_browser": { + "type": [ + "string", + "null" + ] + }, + "js_os": { + "type": [ + "string", + "null" + ] + }, + "national_id_number": { + "type": [ + "string", + "null" + ] + }, + "national_id_result": { + "type": [ + "string", + "null" + ] + }, + "national_id_type": { + "type": [ + "string", + "null" + ] + }, + "nonce": { + "type": [ + "string", + "null" + ] + }, + "org_id": { + "type": [ + "string", + "null" + ] + }, + "os": { + "type": [ + "string", + "null" + ] + }, + "os_version": { + "type": [ + "string", + "null" + ] + }, + "page_time_on": { + "type": [ + "string", + "null" + ] + }, + "policy": { + "type": [ + "string", + "null" + ] + }, + "policy_details_api": { + "type": [ + "object", + "null" + ], + "properties": { + "policy_detail_api": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "customer": { + "type": [ + "object", + "null" + ], + "properties": { + "pvid": { + "type": [ + "string", + "null" + ] + }, + "review_status": { + "type": [ + "string", + "null" + ] + }, + "risk_rating": { + "type": [ + "string", + "null" + ] + }, + "rules": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "pvid": { + "type": [ + "string", + "null" + ] + }, + "reason_code": { + "type": [ + "string", + "null" + ] + }, + "rid": { + "type": [ + "string", + "null" + ] + }, + "rules": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "reason_code": { + "type": [ + "string", + "null" + ] + }, + "rid": { + "type": [ + "string", + "null" + ] + }, + "score": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "score": { + "type": [ + "string", + "null" + ] + }, + "vars": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "rid": { + "type": [ + "string", + "null" + ] + }, + "value": { + "type": [ + "string", + "null" + ] + }, + "variable": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + } + }, + "score": { + "type": [ + "string", + "null" + ] + }, + "vars": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "rid": { + "type": [ + "string", + "null" + ] + }, + "value": { + "type": [ + "string", + "null" + ] + }, + "variable": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "id": { + "type": [ + "string", + "null" + ] + }, + "type": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "policy_engine_version": { + "type": [ + "string", + "null" + ] + }, + "policy_score": { + "type": [ + "string", + "null" + ] + }, + "primary_industry": { + "type": [ + "string", + "null" + ] + }, + "profile_api_timedelta": { + "type": [ + "string", + "null" + ] + }, + "profile_connection_type": { + "type": [ + "string", + "null" + ] + }, + "profile_health_reasons": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "profiled_domain": { + "type": [ + "string", + "null" + ] + }, + "profiled_url": { + "type": [ + "string", + "null" + ] + }, + "profiling_datetime": { + "type": [ + "string", + "null" + ] + }, + "profiling_delta": { + "type": [ + "string", + "null" + ] + }, + "proxy_score": { + "type": [ + "string", + "null" + ] + }, + "reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "request_duration": { + "type": [ + "string", + "null" + ] + }, + "request_id": { + "type": [ + "string", + "null" + ] + }, + "request_result": { + "type": [ + "string", + "null" + ] + }, + "review_status": { + "type": [ + "string", + "null" + ] + }, + "risk_rating": { + "type": [ + "string", + "null" + ] + }, + "secondary_industry": { + "type": [ + "string", + "null" + ] + }, + "service_type": { + "type": [ + "string", + "null" + ] + }, + "session_id": { + "type": [ + "string", + "null" + ] + }, + "session_id_query_count": { + "type": [ + "string", + "null" + ] + }, + "ssl_fp_signature": { + "type": [ + "string", + "null" + ] + }, + "ssl_session_hash": { + "type": [ + "string", + "null" + ] + }, + "ssn_hash": { + "type": [ + "string", + "null" + ] + }, + "ssn_hash_result": { + "type": [ + "string", + "null" + ] + }, + "summary_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "summary_risk_score": { + "type": [ + "string", + "null" + ] + }, + "system_state": { + "type": [ + "string", + "null" + ] + }, + "third_party_cookie": { + "type": [ + "string", + "null" + ] + }, + "tmx_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "tmx_risk_rating": { + "type": [ + "string", + "null" + ] + }, + "tmx_summary_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "tmx_variables": { + "type": [ + "object", + "null" + ], + "properties": { + "_accemail_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_accemail_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_acclogin_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_accphone_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_acctemails_per_exactid_hour": { + "type": [ + "string", + "null" + ] + }, + "_acnt_login_per_exactid_hour": { + "type": [ + "string", + "null" + ] + }, + "_acnt_login_per_smartid_hour": { + "type": [ + "string", + "null" + ] + }, + "_acntemails_per_exactid_gbl_hour": { + "type": [ + "string", + "null" + ] + }, + "_acntemails_per_smartid_hour": { + "type": [ + "string", + "null" + ] + }, + "_cc_per_exactid_hour": { + "type": [ + "string", + "null" + ] + }, + "_cc_per_smartid_gbl_hour": { + "type": [ + "string", + "null" + ] + }, + "_cc_per_smartid_hour": { + "type": [ + "string", + "null" + ] + }, + "_exactid_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_exactid_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_exactid_per_email_gbl_hour": { + "type": [ + "string", + "null" + ] + }, + "_smartid_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_smartid_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "advanced_user_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_android_debug_bridge_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_behavior_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_consec_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_entry_fast_press_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_input_uniform_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_letters_faster_num_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_variance_low_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keystroke_consec_uniform_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_mouse_clicks_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_mouse_move_uniform_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_mouse_touch_unnatural_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_updown_ratio_unnatural_count_login": { + "type": [ + "string", + "null" + ] + }, + "count_emails_since_last_login": { + "type": [ + "string", + "null" + ] + }, + "count_smartid_since_last_login": { + "type": [ + "string", + "null" + ] + }, + "default_anomaly_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_bad_user_confidence_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_bad_user_score_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_good_user_confidence_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_good_user_score_threshold": { + "type": [ + "string", + "null" + ] + }, + "di_anti_fingerprinting_mode_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_autofill_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_browser_useragent_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_char_present_no_keypress_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_empty_target_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_input_from_memory_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_ios_keyboard_undocked_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_javascript_copy_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_javascript_cut_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_javascript_paste_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_keyboard_paste_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_keystrokes_random_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_metadata_summary_missing_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_metadata_target_missing_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_num_char_more_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_out_of_focus_screen_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_out_of_focus_target_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_potential_paste_fa_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_timestamp_not_increasing_count_login": { + "type": [ + "string", + "null" + ] + }, + "email_score": { + "type": [ + "string", + "null" + ] + }, + "gbl_input_ip_vel": { + "type": [ + "string", + "null" + ] + }, + "gbl_input_ip_vel_unknown_session": { + "type": [ + "string", + "null" + ] + }, + "high_confidence_count_login": { + "type": [ + "string", + "null" + ] + }, + "lcl_input_ip_vel": { + "type": [ + "string", + "null" + ] + }, + "lcl_input_ip_vel_unknown_session": { + "type": [ + "string", + "null" + ] + }, + "one_handed_count_login": { + "type": [ + "string", + "null" + ] + }, + "potential_autofill_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_key_events_injected_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keyboard_extra_mod_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keyboard_injection_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keyboard_modifiers_clustered_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystroke_batched_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystroke_repeat_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystroke_timing_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystrokes_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mobile_physical_keyboard_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mobile_special_char_injected_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_chrome_anydesk_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rate_low_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rate_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rate_session_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rdp_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_spatial_low_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_spatial_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_touch_screen_artifacts_count_login": { + "type": [ + "string", + "null" + ] + }, + "smart_id_velocity_local": { + "type": [ + "string", + "null" + ] + }, + "total_event_count_all": { + "type": [ + "string", + "null" + ] + }, + "total_event_count_login": { + "type": [ + "string", + "null" + ] + }, + "total_event_count_payment": { + "type": [ + "string", + "null" + ] + }, + "trusted_user_count_login": { + "type": [ + "string", + "null" + ] + }, + "typing_detected_count_login": { + "type": [ + "string", + "null" + ] + } + } + }, + "tps_datetime": { + "type": [ + "string", + "null" + ] + }, + "tps_duration": { + "type": [ + "string", + "null" + ] + }, + "tps_error": { + "type": [ + "string", + "null" + ] + }, + "tps_result": { + "type": [ + "string", + "null" + ] + }, + "tps_type": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor_raw_response": { + "type": [ + "object", + "null" + ], + "properties": { + "query": { + "type": [ + "object", + "null" + ], + "properties": { + "email": { + "type": [ + "string", + "null" + ] + }, + "queryType": { + "type": [ + "string", + "null" + ] + }, + "count": { + "type": [ + "integer", + "null" + ] + }, + "created": { + "type": [ + "string", + "null" + ] + }, + "lang": { + "type": [ + "string", + "null" + ] + }, + "responseCount": { + "type": [ + "integer", + "null" + ] + }, + "trackingId": { + "type": [ + "string", + "null" + ] + }, + "firstname": { + "type": [ + "string", + "null" + ] + }, + "lastname": { + "type": [ + "string", + "null" + ] + }, + "billaddress": { + "type": [ + "string", + "null" + ] + }, + "billcity": { + "type": [ + "string", + "null" + ] + }, + "billregion": { + "type": [ + "string", + "null" + ] + }, + "billpostal": { + "type": [ + "string", + "null" + ] + }, + "phone": { + "type": [ + "string", + "null" + ] + }, + "useragent": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeId": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeDescription": { + "type": [ + "string", + "null" + ] + }, + "phoneCountryCode": { + "type": [ + "string", + "null" + ] + }, + "results": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "userdefinedrecordid": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "ipaddress": { + "type": [ + "string", + "null" + ] + }, + "eName": { + "type": [ + "string", + "null" + ] + }, + "emailAge": { + "type": [ + "string", + "null" + ] + }, + "email_creation_days": { + "type": [ + "string", + "null" + ] + }, + "domainAge": { + "type": [ + "string", + "null" + ] + }, + "domain_creation_days": { + "type": [ + "string", + "null" + ] + }, + "firstVerificationDate": { + "type": [ + "string", + "null" + ] + }, + "first_seen_days": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": [ + "string", + "null" + ] + }, + "country": { + "type": [ + "string", + "null" + ] + }, + "fraudRisk": { + "type": [ + "string", + "null" + ] + }, + "EAScore": { + "type": [ + "string", + "null" + ] + }, + "EAReason": { + "type": [ + "string", + "null" + ] + }, + "EAStatusID": { + "type": [ + "string", + "null" + ] + }, + "EAReasonID": { + "type": [ + "string", + "null" + ] + }, + "EAAdviceID": { + "type": [ + "string", + "null" + ] + }, + "EAAdvice": { + "type": [ + "string", + "null" + ] + }, + "EARiskBandID": { + "type": [ + "string", + "null" + ] + }, + "EARiskBand": { + "type": [ + "string", + "null" + ] + }, + "source_industry": { + "type": [ + "string", + "null" + ] + }, + "fraud_type": { + "type": [ + "string", + "null" + ] + }, + "location": { + "type": [ + "string", + "null" + ] + }, + "smfriends": { + "type": [ + "string", + "null" + ] + }, + "totalhits": { + "type": [ + "string", + "null" + ] + }, + "uniquehits": { + "type": [ + "string", + "null" + ] + }, + "emailExists": { + "type": [ + "string", + "null" + ] + }, + "domainExists": { + "type": [ + "string", + "null" + ] + }, + "company": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": [ + "string", + "null" + ] + }, + "domainname": { + "type": [ + "string", + "null" + ] + }, + "domaincompany": { + "type": [ + "string", + "null" + ] + }, + "domaincountryname": { + "type": [ + "string", + "null" + ] + }, + "domaincategory": { + "type": [ + "string", + "null" + ] + }, + "domaincorporate": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevel": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfo": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevelID": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfoID": { + "type": [ + "string", + "null" + ] + }, + "domainriskcountry": { + "type": [ + "string", + "null" + ] + }, + "smlinks": { + "type": [ + "array", + "null" + ], + "items": {} + }, + "ip_risklevel": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreasonid": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreason": { + "type": [ + "string", + "null" + ] + }, + "ip_reputation": { + "type": [ + "string", + "null" + ] + }, + "ip_risklevelid": { + "type": [ + "string", + "null" + ] + }, + "ip_anonymousdetected": { + "type": [ + "string", + "null" + ] + }, + "ip_proxytype": { + "type": [ + "string", + "null" + ] + }, + "ip_proxydescription": { + "type": [ + "string", + "null" + ] + }, + "ip_isp": { + "type": [ + "string", + "null" + ] + }, + "ip_org": { + "type": [ + "string", + "null" + ] + }, + "ip_userType": { + "type": [ + "string", + "null" + ] + }, + "ip_netSpeedCell": { + "type": [ + "string", + "null" + ] + }, + "ip_corporateProxy": { + "type": [ + "string", + "null" + ] + }, + "ip_continentCode": { + "type": [ + "string", + "null" + ] + }, + "ip_country": { + "type": [ + "string", + "null" + ] + }, + "ip_countryCode": { + "type": [ + "string", + "null" + ] + }, + "ip_region": { + "type": [ + "string", + "null" + ] + }, + "ip_city": { + "type": [ + "string", + "null" + ] + }, + "ip_callingcode": { + "type": [ + "string", + "null" + ] + }, + "ip_metroCode": { + "type": [ + "string", + "null" + ] + }, + "ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "ip_map": { + "type": [ + "string", + "null" + ] + }, + "ipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipshipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipriskcountry": { + "type": [ + "string", + "null" + ] + }, + "ipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "iptimezone": { + "type": [ + "string", + "null" + ] + }, + "ipasnum": { + "type": [ + "string", + "null" + ] + }, + "ipdomain": { + "type": [ + "string", + "null" + ] + }, + "ip_countryconf": { + "type": [ + "string", + "null" + ] + }, + "ip_regionconf": { + "type": [ + "string", + "null" + ] + }, + "ip_cityconf": { + "type": [ + "string", + "null" + ] + }, + "ip_postalcode": { + "type": [ + "string", + "null" + ] + }, + "ip_postalconf": { + "type": [ + "string", + "null" + ] + }, + "custphoneInbillingloc": { + "type": [ + "string", + "null" + ] + }, + "citypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "shipcitypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "phone_status": { + "type": [ + "string", + "null" + ] + }, + "shipforward": { + "type": [ + "string", + "null" + ] + }, + "namematch": { + "type": [ + "string", + "null" + ] + }, + "phoneowner": { + "type": [ + "string", + "null" + ] + }, + "phoneownertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriernetworkcode": { + "type": [ + "string", + "null" + ] + }, + "phonecarriername": { + "type": [ + "string", + "null" + ] + }, + "phoneownermatch": { + "type": [ + "string", + "null" + ] + }, + "overallDigitalIdentityScore": { + "type": [ + "string", + "null" + ] + }, + "emailToIpConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "disDescription": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "responseStatus": { + "type": [ + "object", + "null" + ], + "properties": { + "status": { + "type": [ + "string", + "null" + ] + }, + "errorCode": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + } + }, + "tps_was_timeout": { + "type": [ + "string", + "null" + ] + }, + "true_ip": { + "type": [ + "string", + "null" + ] + }, + "true_ip_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "true_ip_assert_history": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "true_ip_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "true_ip_city": { + "type": [ + "string", + "null" + ] + }, + "true_ip_city_confidence": { + "type": [ + "string", + "null" + ] + }, + "true_ip_connection_type": { + "type": [ + "string", + "null" + ] + }, + "true_ip_country_confidence": { + "type": [ + "string", + "null" + ] + }, + "true_ip_first_seen": { + "type": [ + "string", + "null" + ] + }, + "true_ip_geo": { + "type": [ + "string", + "null" + ] + }, + "true_ip_home": { + "type": [ + "string", + "null" + ] + }, + "true_ip_isp": { + "type": [ + "string", + "null" + ] + }, + "true_ip_last_event": { + "type": [ + "string", + "null" + ] + }, + "true_ip_last_update": { + "type": [ + "string", + "null" + ] + }, + "true_ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "true_ip_line_speed": { + "type": [ + "string", + "null" + ] + }, + "true_ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "true_ip_organization": { + "type": [ + "string", + "null" + ] + }, + "true_ip_postal_code": { + "type": [ + "string", + "null" + ] + }, + "true_ip_region": { + "type": [ + "string", + "null" + ] + }, + "true_ip_region_iso_code": { + "type": [ + "string", + "null" + ] + }, + "true_ip_result": { + "type": [ + "string", + "null" + ] + }, + "true_ip_routing_type": { + "type": [ + "string", + "null" + ] + }, + "true_ip_score": { + "type": [ + "string", + "null" + ] + }, + "true_ip_source_port": { + "type": [ + "string", + "null" + ] + }, + "true_ip_state_confidence": { + "type": [ + "string", + "null" + ] + }, + "true_ip_worst_score": { + "type": [ + "string", + "null" + ] + }, + "ua_browser": { + "type": [ + "string", + "null" + ] + }, + "ua_browser_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_browser_version_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_os": { + "type": [ + "string", + "null" + ] + }, + "ua_os_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_os_version_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_platform": { + "type": [ + "string", + "null" + ] + }, + "vpn_rating": { + "type": [ + "string", + "null" + ] + }, + "vpn_reason": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "vpn_score": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "description": "Description for ThreatMetrixResponse" + } + }, + "required": [] } - ], - "edges": [ - { "id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7", "source": "c2w3wcw04fjyio9un4f", "target": "c2xjc7k07ahdxoi7ad7", "type": "placeholder" } - ] -} + }, + "type": "requestNode", + "positionAbsolute": { + "x": 0, + "y": 0 + }, + "width": 260, + "height": 36 + }, + { + "id": "m66zghmu8s5qc9tjagy", + "position": { + "x": 0, + "y": 150 + }, + "data": { + "label": "+", + "nodeConfig": { + "blockName": "etd-v1-block", + "commitId": "8f303a49932d670af749e58cebb3d69478a18187", + "activityConfig": { + "retryPolicy": { + "maximumAttempts": 1, + "initialInterval": 1000, + "backoffCoefficient": 2, + "maximumInterval": 100000 + }, + "timeouts": { + "startToCloseTimeout": 10000, + "scheduleToStartTimeout": 10000, + "scheduleToCloseTimeout": 10000, + "heartbeatTimeout": 86 + }, + "taskQueue": { + "taskQueueName": "" + }, + "advancedSettings": { + "cancellationType": "TRY_CANCEL", + "heartbeatEnabled": false + } + }, + "repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git", + "schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "properties": { + "application_key": { + "type": [ + "string", + "null" + ], + "description": "Unique identifier for the application.", + "source": "$root.application.application_key" + }, + "application_timestamp": { + "type": [ + "string", + "null" + ], + "description": "Timestamp of the application in UTC.", + "source": "$root.application.application_timestamp" + }, + "application_source_name": { + "type": [ + "string", + "null" + ], + "description": "Source from which the application was submitted.", + "source": "$root.application.application_source_name" + }, + "application_date_of_birth": { + "type": [ + "string", + "null" + ], + "description": "Date of birth of the applicant.", + "source": "$root.application.application_date_of_birth" + }, + "ownhome": { + "type": [ + "string", + "null" + ], + "description": "Indicates if the applicant owns a home.", + "source": "$root.uprovaApplication.ownhome" + }, + "employmentstatus": { + "type": [ + "string", + "null" + ], + "description": "Employment status of the applicant.", + "source": "$root.uprovaApplication.employmentstatus" + }, + "lengthatjob": { + "type": [ + "number", + "null" + ], + "description": "Length of time the applicant has been at their current job.", + "source": "$root.uprovaApplication.lengthatjob" + }, + "payfrequency": { + "type": [ + "string", + "null" + ], + "description": "Frequency of pay for the applicant.", + "source": "$root.uprovaApplication.payfrequency" + }, + "lengthatbank": { + "type": [ + "string", + "null" + ], + "description": "Length of time the applicant has been with their bank.", + "source": "$root.uprovaApplication.lengthatbank" + }, + "inputipaddress": { + "type": [ + "string", + "null" + ], + "description": "IP address of the device used to submit the application.", + "source": "$root.ThreatMetrixResponse.inputipaddress" + }, + "deviceid": { + "type": [ + "string", + "null" + ], + "description": "Unique identifier for the device used to submit the application.", + "source": "$root.ThreatMetrixResponse.deviceid" + }, + "fuzzydeviceid": { + "type": [ + "string", + "null" + ], + "description": "Hashed or partially anonymized identifier for the device.", + "source": "$root.ThreatMetrixResponse.fuzzydeviceid" + }, + "trueip": { + "type": [ + "string", + "null" + ], + "description": "Actual IP address of the applicant's device.", + "source": "$root.ThreatMetrixResponse.trueip" + }, + "dnsip": { + "type": [ + "string", + "null" + ], + "description": "DNS IP address of the device used to submit the application.", + "source": "$root.ThreatMetrixResponse.dnsip" + }, + "requestid": { + "type": [ + "string", + "null" + ], + "description": "Unique identifier for the application request.", + "source": "$root.ThreatMetrixResponse.requestid" + }, + "riskrating": { + "type": [ + "string", + "null" + ], + "description": "Risk rating assigned to the application.", + "source": "$root.ThreatMetrixResponse.riskrating" + }, + "tmxsummaryreasoncode": { + "type": [ + "string", + "null" + ], + "description": "Reason code summary from third-party risk assessment.", + "source": "$root.ThreatMetrixResponse.tmxsummaryreasoncode" + }, + "digitalidconfidence": { + "type": [ + "string", + "null" + ], + "description": "Confidence score for the digital identity of the applicant.", + "source": "$root.ThreatMetrixResponse.digitalidconfidence" + }, + "results": { + "type": [ + "array", + "null" + ], + "items": { + "type": "object" + }, + "description": "ThreatMetrixResponse emailage blob.", + "source": "$root.ThreatMetrixResponse.blob.tps_vendor_raw_response.query.results" + } + }, + "required": [] + } + }, + "outputSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "properties": { + "score": { + "type": "number", + "description": "HD Fraud Score." + }, + "action": { + "type": "string", + "description": "Recommended Action." + }, + "description": { + "type": "string", + "description": "Description" + } + } + } + }, + "type": "transformerNode", + "positionAbsolute": { + "x": 0, + "y": 150 + }, + "width": 260, + "height": 79 + } + ], + "edges": [ + { + "id": "c2w3wcw04fjyio9un4f=>m66zghmu8s5qc9tjagy", + "source": "c2w3wcw04fjyio9un4f", + "target": "m66zghmu8s5qc9tjagy", + "type": "workflow" + } + ] +} \ No newline at end of file diff --git a/request_schema.json b/request_schema.json index 0967ef4..104d88b 100644 --- a/request_schema.json +++ b/request_schema.json @@ -1 +1,5519 @@ -{} +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "properties": { + "application": { + "type": "object", + "properties": { + "application_key": { + "type": [ + "string", + "null" + ], + "description": "Unique application key" + }, + "partition1": { + "type": [ + "string", + "null" + ], + "description": "Partition identifier" + }, + "last_changed_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Timestamp of last change" + }, + "etl_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "ETL process timestamp" + }, + "application_op": { + "type": [ + "string", + "null" + ], + "description": "Operation type for the application" + }, + "application_date": { + "type": [ + "string", + "null" + ], + "format": "date", + "description": "Date of the application" + }, + "application_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Timestamp of the application" + }, + "application_updated_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Timestamp of the last application update" + }, + "application_leadid": { + "type": [ + "string", + "null" + ], + "description": "Lead ID for the application" + }, + "application_price_purchased": { + "type": [ + "number", + "null" + ], + "description": "Purchased price for the application" + }, + "application_portfolio": { + "type": [ + "string", + "null" + ], + "description": "Portfolio name" + }, + "application_portfolio_abbreviation": { + "type": [ + "string", + "null" + ], + "description": "Portfolio abbreviation" + }, + "application_source": { + "type": [ + "string", + "null" + ], + "description": "Source of the application" + }, + "application_sub_source": { + "type": [ + "string", + "null" + ], + "description": "Sub-source of the application" + }, + "application_mpromo": { + "type": [ + "string", + "null" + ], + "description": "Marketing promotion" + }, + "application_source_name": { + "type": [ + "string", + "null" + ], + "description": "Name of the application source" + }, + "application_is_internal": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is internal" + }, + "application_is_react": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is reactive" + }, + "application_is_refi": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is refinancing" + }, + "application_is_organic": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is organic" + }, + "application_ingestion_date": { + "type": [ + "string", + "null" + ], + "description": "Ingestion date of the application" + }, + "application_is_current": { + "type": [ + "string", + "null" + ], + "description": "Current status of the application" + }, + "application_ssn": { + "type": [ + "string", + "null" + ], + "description": "Social Security Number" + }, + "application_first_name": { + "type": [ + "string", + "null" + ], + "description": "First name of the applicant" + }, + "application_last_name": { + "type": [ + "string", + "null" + ], + "description": "Last name of the applicant" + }, + "application_address1": { + "type": [ + "string", + "null" + ], + "description": "Primary address of the applicant" + }, + "application_address2": { + "type": [ + "string", + "null" + ], + "description": "Secondary address of the applicant" + }, + "application_city": { + "type": [ + "string", + "null" + ], + "description": "City of the applicant" + }, + "application_state": { + "type": [ + "string", + "null" + ], + "description": "State of the applicant" + }, + "application_postal_code": { + "type": [ + "string", + "null" + ], + "description": "Postal code of the applicant" + }, + "application_date_of_birth": { + "type": [ + "string", + "null" + ], + "format": "date", + "description": "Date of birth of the applicant" + }, + "application_email_address": { + "type": [ + "string", + "null" + ], + "description": "Email address of the applicant" + }, + "application_home_phone": { + "type": [ + "string", + "null" + ], + "description": "Home phone number of the applicant" + }, + "application_cell_phone": { + "type": [ + "string", + "null" + ], + "description": "Cell phone number of the applicant" + }, + "application_work_phone": { + "type": [ + "string", + "null" + ], + "description": "Work phone number of the applicant" + }, + "application_monthly_household_income": { + "type": [ + "number", + "null" + ], + "description": "Monthly household income" + }, + "application_bank_account_number": { + "type": [ + "string", + "null" + ], + "description": "Bank account number" + }, + "application_bank_routing_number": { + "type": [ + "string", + "null" + ], + "description": "Bank routing number" + }, + "application_bank_name": { + "type": [ + "string", + "null" + ], + "description": "Name of the bank" + }, + "application_debit_card_number": { + "type": [ + "string", + "null" + ], + "description": "Debit card number" + }, + "application_transporterselectionlogid": { + "type": [ + "integer", + "null" + ], + "description": "Transporter selection log ID" + }, + "application_product_type": { + "type": [ + "string", + "null" + ], + "description": "Product type" + }, + "application_original_loan_request_amount": { + "type": [ + "number", + "null" + ], + "description": "Original loan request amount" + }, + "application_validation_pipeline_id": { + "type": [ + "string", + "null" + ], + "description": "Validation pipeline ID" + }, + "application_is_accepted": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is accepted" + }, + "application_is_rejected": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is rejected" + }, + "application_is_purchased": { + "type": [ + "boolean", + "null" + ], + "description": "Whether the application is purchased" + }, + "application_acctrefno": { + "type": [ + "string", + "null" + ], + "description": "Account reference number" + }, + "application_marketing_response_mechanism": { + "type": [ + "string", + "null" + ], + "description": "Marketing response mechanism" + }, + "application_customer_type": { + "type": [ + "string", + "null" + ], + "description": "Type of customer" + }, + "hashdiff": { + "type": [ + "string", + "null" + ], + "description": "Hash difference for identifying changes" + }, + "application_rejected_log_message": { + "type": [ + "string", + "null" + ], + "description": "Log message for rejected applications" + }, + "application_rejected_stage_log_message": { + "type": [ + "string", + "null" + ], + "description": "Stage log message for rejected applications" + }, + "application_rejected_stage_log_rule": { + "type": [ + "string", + "null" + ], + "description": "Stage log rule for rejected applications" + }, + "application_rejected_stage_log_method": { + "type": [ + "string", + "null" + ], + "description": "Stage log method for rejected applications" + }, + "application_rejected_stage_log_code": { + "type": [ + "string", + "null" + ], + "description": "Stage log code for rejected applications" + }, + "application_channel": { + "type": [ + "string", + "null" + ], + "description": "Application channel" + }, + "application_rejected_stage_log_name": { + "type": [ + "string", + "null" + ], + "description": "Stage log name for rejected applications" + }, + "application_rejected_reason": { + "type": [ + "string", + "null" + ], + "description": "Reason for rejection" + }, + "application_product_offering": { + "type": [ + "string", + "null" + ], + "description": "Product offering" + } + } + }, + "uprovaApplication": { + "type": "object", + "properties": { + "op": { + "type": [ + "string", + "null" + ], + "description": "Operation type" + }, + "ingestion_date": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Date of ingestion" + }, + "idnumber": { + "type": [ + "integer", + "null" + ], + "description": "Identification number" + }, + "leadid": { + "type": [ + "string", + "null" + ], + "description": "Lead ID" + }, + "userid": { + "type": [ + "integer", + "null" + ], + "description": "User ID" + }, + "tenantid": { + "type": [ + "integer", + "null" + ], + "description": "Tenant ID" + }, + "firstname": { + "type": [ + "string", + "null" + ], + "description": "First name" + }, + "lastname": { + "type": [ + "string", + "null" + ], + "description": "Last name" + }, + "emailaddress": { + "type": [ + "string", + "null" + ], + "format": "email", + "description": "Email address" + }, + "password": { + "type": [ + "string", + "null" + ], + "description": "Password" + }, + "loanamount": { + "type": [ + "number", + "null" + ], + "description": "Loan amount", + "multipleOf": 1 + }, + "reasonforborrowing": { + "type": [ + "string", + "null" + ], + "description": "Reason for borrowing" + }, + "creditscore": { + "type": [ + "string", + "null" + ], + "description": "Credit score" + }, + "military": { + "type": [ + "string", + "null" + ], + "description": "Military status" + }, + "homephone": { + "type": [ + "string", + "null" + ], + "description": "Home phone number" + }, + "cellphone": { + "type": [ + "string", + "null" + ], + "description": "Cell phone number" + }, + "cellissameashome": { + "type": [ + "boolean", + "null" + ], + "description": "Is cell phone same as home phone" + }, + "textmessageconsent": { + "type": [ + "boolean", + "null" + ], + "description": "Text message consent" + }, + "dateofbirth": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Date of birth" + }, + "address": { + "type": [ + "string", + "null" + ], + "description": "Address line 1" + }, + "address2": { + "type": [ + "string", + "null" + ], + "description": "Address line 2" + }, + "city": { + "type": [ + "string", + "null" + ], + "description": "City" + }, + "state": { + "type": [ + "string", + "null" + ], + "description": "State" + }, + "zip": { + "type": [ + "string", + "null" + ], + "description": "Zip code" + }, + "ownhome": { + "type": [ + "string", + "null" + ], + "description": "Own home" + }, + "monthsatresidence": { + "type": [ + "integer", + "null" + ], + "description": "Months at residence" + }, + "ssn": { + "type": [ + "string", + "null" + ], + "description": "Social Security Number" + }, + "dlnumber": { + "type": [ + "string", + "null" + ], + "description": "Driver's License Number" + }, + "dlstate": { + "type": [ + "string", + "null" + ], + "description": "Driver's License State" + }, + "educationlevel": { + "type": [ + "string", + "null" + ], + "description": "Education level" + }, + "employmentstatus": { + "type": [ + "string", + "null" + ], + "description": "Employment status" + }, + "lengthatjob": { + "type": [ + "number", + "null" + ], + "multipleOf": 1, + "description": "Length at job" + }, + "employername": { + "type": [ + "string", + "null" + ], + "description": "Employer name" + }, + "employerphone": { + "type": [ + "string", + "null" + ], + "description": "Employer phone number" + }, + "annualincome": { + "type": [ + "number", + "null" + ], + "multipleOf": 1, + "description": "Annual income" + }, + "payfrequency": { + "type": [ + "string", + "null" + ], + "description": "Pay frequency" + }, + "nextpaydate": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Next pay date" + }, + "secondpaydate": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Second pay date" + }, + "howareyoupaid": { + "type": [ + "string", + "null" + ], + "description": "How you are paid" + }, + "bankroutingnumber": { + "type": [ + "string", + "null" + ], + "description": "Bank routing number" + }, + "bankaccountnumber": { + "type": [ + "string", + "null" + ], + "description": "Bank account number" + }, + "ipaddress": { + "type": [ + "string", + "null" + ], + "format": "ipv4", + "description": "IP address" + }, + "promocode": { + "type": [ + "string", + "null" + ], + "description": "Promo code" + }, + "termsofuse": { + "type": [ + "boolean", + "null" + ], + "description": "Terms of use acceptance" + }, + "triballaws": { + "type": [ + "boolean", + "null" + ], + "description": "Acknowledgment of tribal laws" + }, + "shareappinfo": { + "type": [ + "boolean", + "null" + ], + "description": "Consent to share app information" + }, + "signatureip": { + "type": [ + "string", + "null" + ], + "format": "ipv4", + "description": "Signature IP address" + }, + "signaturedatetime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Signature date and time" + }, + "modifieddatetime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Last modified date and time" + }, + "createddatetime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Creation date and time" + }, + "lengthatbank": { + "type": [ + "string", + "null" + ], + "description": "Length at bank" + }, + "bankname": { + "type": [ + "string", + "null" + ], + "description": "Bank name" + }, + "dayvalue": { + "type": [ + "integer", + "null" + ], + "description": "Day value" + }, + "smnextpaydate": { + "type": [ + "integer", + "null" + ], + "description": "Days to next pay date" + }, + "smsecondpaydate": { + "type": [ + "integer", + "null" + ], + "description": "Days to second pay date" + }, + "submitted": { + "type": [ + "boolean", + "null" + ], + "description": "Is application submitted" + }, + "industry": { + "type": [ + "string", + "null" + ], + "description": "Industry" + }, + "occupation": { + "type": [ + "string", + "null" + ], + "description": "Occupation" + }, + "redirecturl": { + "type": [ + "string", + "null" + ], + "format": "uri", + "description": "Redirect URL" + }, + "leadrevenue": { + "type": [ + "number", + "null" + ], + "multipleOf": 0.01, + "description": "Lead revenue" + }, + "customertype": { + "type": [ + "string", + "null" + ], + "description": "Customer type" + }, + "hubspottransmitted": { + "type": [ + "boolean", + "null" + ], + "description": "Is HubSpot transmitted" + }, + "hubspotformid": { + "type": [ + "string", + "null" + ], + "description": "HubSpot form ID" + }, + "eventname": { + "type": [ + "string", + "null" + ], + "description": "Event name" + }, + "lifecyclestage": { + "type": [ + "string", + "null" + ], + "description": "Lifecycle stage" + }, + "hubspoteventtransmitted": { + "type": [ + "boolean", + "null" + ], + "description": "Is HubSpot event transmitted" + }, + "hubspotid": { + "type": [ + "integer", + "null" + ], + "description": "HubSpot ID" + }, + "isshortform": { + "type": [ + "boolean", + "null" + ], + "description": "Is short form application" + }, + "isdataencrypted": { + "type": [ + "boolean", + "null" + ], + "description": "Is data encrypted" + }, + "is_current": { + "type": [ + "string", + "null" + ], + "description": "Is current flag" + }, + "transact_id": { + "type": [ + "string", + "null" + ], + "description": "Transaction ID" + }, + "timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Event timestamp" + }, + "stream_position": { + "type": [ + "string", + "null" + ], + "description": "Stream position" + }, + "commit_timestamp": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Commit timestamp" + }, + "user": { + "type": [ + "string", + "null" + ], + "description": "User" + } + } + }, + "ThreatMetrixResponse": { + "type": "object", + "properties": { + "Id": { + "type": [ + "integer", + "null" + ], + "description": "Primary key, auto-incrementing." + }, + "UprovaLoanApplicationId": { + "type": [ + "integer", + "null" + ], + "description": "Loan application ID, nullable." + }, + "AccountFirstName": { + "type": [ + "string", + "null" + ], + "description": "First name of the account holder." + }, + "AccountLastName": { + "type": [ + "string", + "null" + ], + "description": "Last name of the account holder." + }, + "AccountAddressStreet1": { + "type": [ + "string", + "null" + ], + "description": "Street address line 1 of the account holder." + }, + "AccountAddressStreet2": { + "type": [ + "string", + "null" + ], + "description": "Street address line 2 of the account holder." + }, + "AccountAddressCity": { + "type": [ + "string", + "null" + ], + "description": "City of the account holder's address." + }, + "AccountAddressState": { + "type": [ + "string", + "null" + ], + "description": "State of the account holder's address." + }, + "AccountAddressZip": { + "type": [ + "string", + "null" + ], + "description": "ZIP code of the account holder's address." + }, + "NationalIdType": { + "type": [ + "string", + "null" + ], + "description": "Type of the national ID." + }, + "NationalIdNumber": { + "type": [ + "string", + "null" + ], + "description": "Number of the national ID." + }, + "AccountTelephone": { + "type": [ + "string", + "null" + ], + "description": "Telephone number of the account holder." + }, + "AccountDateOfBirth": { + "type": [ + "string", + "null" + ], + "format": "date", + "description": "Date of birth of the account holder." + }, + "AccountEmail": { + "type": [ + "string", + "null" + ], + "format": "email", + "description": "Email address of the account holder." + }, + "EventType": { + "type": [ + "string", + "null" + ], + "description": "Type of the event." + }, + "SessionId": { + "type": [ + "string", + "null" + ], + "description": "Session identifier." + }, + "Policy": { + "type": [ + "string", + "null" + ], + "description": "Policy details." + }, + "ServiceType": { + "type": [ + "string", + "null" + ], + "description": "Type of service." + }, + "inputipaddress": { + "type": [ + "string", + "null" + ], + "description": "Input IP address." + }, + "OutputFormat": { + "type": [ + "string", + "null" + ], + "description": "Output format of the request." + }, + "EventDateTime": { + "type": [ + "string", + "null" + ], + "format": "date-time", + "description": "Event timestamp." + }, + "RequestResult": { + "type": [ + "string", + "null" + ], + "description": "Result of the request." + }, + "ReviewStatus": { + "type": [ + "string", + "null" + ], + "description": "Review status of the request." + }, + "UnknownSession": { + "type": [ + "string", + "null" + ], + "description": "Indicator for unknown session." + }, + "digitalidconfidence": { + "type": [ + "string", + "null" + ], + "description": "Confidence level of the digital ID." + }, + "SummaryReasonCode": { + "type": [ + "string", + "null" + ], + "description": "Summary of reason codes." + }, + "ReasonCode": { + "type": [ + "string", + "null" + ], + "description": "Detailed reason code." + }, + "deviceid": { + "type": [ + "string", + "null" + ], + "description": "Device identifier." + }, + "fuzzydeviceid": { + "type": [ + "string", + "null" + ], + "description": "Fuzzy device identifier." + }, + "trueip": { + "type": [ + "string", + "null" + ], + "description": "Actual IP address." + }, + "TrueIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the actual IP." + }, + "InputIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the input IP." + }, + "ProxyIp": { + "type": [ + "string", + "null" + ], + "description": "Proxy IP address." + }, + "ProxyIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the proxy IP." + }, + "dnsip": { + "type": [ + "string", + "null" + ], + "description": "DNS IP address." + }, + "DnsIpGeo": { + "type": [ + "string", + "null" + ], + "description": "Geolocation of the DNS IP." + }, + "requestid": { + "type": [ + "string", + "null" + ], + "description": "Request identifier." + }, + "DigitalId": { + "type": [ + "string", + "null" + ], + "description": "Digital ID." + }, + "DigitalIdTrustScoreSummaryReasonCode": { + "type": [ + "string", + "null" + ], + "description": "Trust score reason code for the digital ID." + }, + "tmxsummaryreasoncode": { + "type": [ + "string", + "null" + ], + "description": "TMX summary reason code." + }, + "TmxRiskRating": { + "type": [ + "string", + "null" + ], + "description": "TMX risk rating." + }, + "riskrating": { + "type": [ + "string", + "null" + ], + "description": "Overall risk rating." + }, + "ErrorDetail": { + "type": [ + "string", + "null" + ], + "description": "Details of any errors encountered." + }, + "blob": { + "type": [ + "object", + "null" + ], + "properties": { + "account_address_city": { + "type": [ + "string", + "null" + ] + }, + "account_address_state": { + "type": [ + "string", + "null" + ] + }, + "account_address_street1": { + "type": [ + "string", + "null" + ] + }, + "account_address_street2": { + "type": [ + "string", + "null" + ] + }, + "account_address_zip": { + "type": [ + "string", + "null" + ] + }, + "account_date_of_birth": { + "type": [ + "string", + "null" + ] + }, + "account_email": { + "type": [ + "string", + "null" + ] + }, + "account_email_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "account_email_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "account_email_contains_dot": { + "type": [ + "string", + "null" + ] + }, + "account_email_domain": { + "type": [ + "string", + "null" + ] + }, + "account_email_result": { + "type": [ + "string", + "null" + ] + }, + "account_first_name": { + "type": [ + "string", + "null" + ] + }, + "account_last_name": { + "type": [ + "string", + "null" + ] + }, + "account_login": { + "type": [ + "string", + "null" + ] + }, + "account_login_result": { + "type": [ + "string", + "null" + ] + }, + "account_name": { + "type": [ + "string", + "null" + ] + }, + "account_name_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "account_name_first_seen": { + "type": [ + "string", + "null" + ] + }, + "account_name_last_event": { + "type": [ + "string", + "null" + ] + }, + "account_name_last_update": { + "type": [ + "string", + "null" + ] + }, + "account_name_result": { + "type": [ + "string", + "null" + ] + }, + "account_name_score": { + "type": [ + "string", + "null" + ] + }, + "account_name_worst_score": { + "type": [ + "string", + "null" + ] + }, + "account_telephone": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_country_code": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_geo": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_is_possible": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_is_valid": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_result": { + "type": [ + "string", + "null" + ] + }, + "account_telephone_type": { + "type": [ + "string", + "null" + ] + }, + "agent_type": { + "type": [ + "string", + "null" + ] + }, + "api_call_datetime": { + "type": [ + "string", + "null" + ] + }, + "api_caller_ip": { + "type": [ + "string", + "null" + ] + }, + "api_type": { + "type": [ + "string", + "null" + ] + }, + "api_version": { + "type": [ + "string", + "null" + ] + }, + "bb_assessment": { + "type": [ + "string", + "null" + ] + }, + "bb_assessment_rating": { + "type": [ + "string", + "null" + ] + }, + "bb_bot_rating": { + "type": [ + "string", + "null" + ] + }, + "bb_bot_score": { + "type": [ + "string", + "null" + ] + }, + "bb_fraud_rating": { + "type": [ + "string", + "null" + ] + }, + "bb_fraud_score": { + "type": [ + "string", + "null" + ] + }, + "behaviosec.userid": { + "type": [ + "string", + "null" + ] + }, + "browser": { + "type": [ + "string", + "null" + ] + }, + "browser_language": { + "type": [ + "string", + "null" + ] + }, + "browser_string": { + "type": [ + "string", + "null" + ] + }, + "browser_string_hash": { + "type": [ + "string", + "null" + ] + }, + "browser_version": { + "type": [ + "string", + "null" + ] + }, + "challenger_policy": { + "type": [ + "string", + "null" + ] + }, + "challenger_policy_score": { + "type": [ + "string", + "null" + ] + }, + "challenger_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "challenger_request_duration": { + "type": [ + "string", + "null" + ] + }, + "challenger_review_status": { + "type": [ + "string", + "null" + ] + }, + "challenger_risk_rating": { + "type": [ + "string", + "null" + ] + }, + "champion_request_duration": { + "type": [ + "string", + "null" + ] + }, + "css_image_loaded": { + "type": [ + "string", + "null" + ] + }, + "custom_count_15": { + "type": [ + "string", + "null" + ] + }, + "custom_match_7": { + "type": [ + "string", + "null" + ] + }, + "custom_match_8": { + "type": [ + "string", + "null" + ] + }, + "device_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "device_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "device_health_reasons": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "device_id": { + "type": [ + "string", + "null" + ] + }, + "device_id_confidence": { + "type": [ + "string", + "null" + ] + }, + "device_match_result": { + "type": [ + "string", + "null" + ] + }, + "device_result": { + "type": [ + "string", + "null" + ] + }, + "digital_id": { + "type": [ + "string", + "null" + ] + }, + "digital_id_confidence": { + "type": [ + "string", + "null" + ] + }, + "digital_id_confidence_rating": { + "type": [ + "string", + "null" + ] + }, + "digital_id_first_seen": { + "type": [ + "string", + "null" + ] + }, + "digital_id_last_event": { + "type": [ + "string", + "null" + ] + }, + "digital_id_last_update": { + "type": [ + "string", + "null" + ] + }, + "digital_id_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "digital_id_result": { + "type": [ + "string", + "null" + ] + }, + "digital_id_trust_score": { + "type": [ + "string", + "null" + ] + }, + "digital_id_trust_score_rating": { + "type": [ + "string", + "null" + ] + }, + "digital_id_trust_score_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "emailage.emailriskscore.citypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.disdescription": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domain_creation_days": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainage": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincategory": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincompany": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincorporate": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domaincountry": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainexists": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainname": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrelevantinfo": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrelevantinfoid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainriskcountry": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrisklevel": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.domainrisklevelid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eaadvice": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eaadviceid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eareason": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eareasonid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eariskband": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eariskbandid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eascore": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.eastatusid": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailexists": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtofullnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtoipconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtolastnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.emailtophoneconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.first_seen_days": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.firstverificationdate": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.fraudrisk": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.ip_risklevel": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.ip_riskreason": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.iptofullnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.iptolastnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.iptophoneconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.namematch": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.overalldigitalidentityscore": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phone_status": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phonecarriertype": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phoneownermatch": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phonetofullnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.phonetolastnameconfidence": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.responsestatus.errorcode": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.responsestatus.status": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.shipforward": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.status": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.totalhits": { + "type": [ + "string", + "null" + ] + }, + "emailage.emailriskscore.uniquehits": { + "type": [ + "string", + "null" + ] + }, + "enabled_ck": { + "type": [ + "string", + "null" + ] + }, + "enabled_fl": { + "type": [ + "string", + "null" + ] + }, + "enabled_im": { + "type": [ + "string", + "null" + ] + }, + "enabled_js": { + "type": [ + "string", + "null" + ] + }, + "enabled_services": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "enhanced_headers_name_value_hash": { + "type": [ + "string", + "null" + ] + }, + "event_datetime": { + "type": [ + "string", + "null" + ] + }, + "event_type": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "fuzzy_device_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "fuzzy_device_id": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_id_confidence": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_match_result": { + "type": [ + "string", + "null" + ] + }, + "fuzzy_device_result": { + "type": [ + "string", + "null" + ] + }, + "headers_name_value_hash": { + "type": [ + "string", + "null" + ] + }, + "headers_order_string_hash": { + "type": [ + "string", + "null" + ] + }, + "http_connection_type": { + "type": [ + "string", + "null" + ] + }, + "http_os_sig_adv_mss": { + "type": [ + "string", + "null" + ] + }, + "http_os_sig_rcv_mss": { + "type": [ + "string", + "null" + ] + }, + "http_os_sig_snd_mss": { + "type": [ + "string", + "null" + ] + }, + "http_os_signature": { + "type": [ + "string", + "null" + ] + }, + "http_referer": { + "type": [ + "string", + "null" + ] + }, + "image_loaded": { + "type": [ + "string", + "null" + ] + }, + "input_ip_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "input_ip_address": { + "type": [ + "string", + "null" + ] + }, + "input_ip_assert_history": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "input_ip_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "input_ip_city": { + "type": [ + "string", + "null" + ] + }, + "input_ip_connection_type": { + "type": [ + "string", + "null" + ] + }, + "input_ip_first_seen": { + "type": [ + "string", + "null" + ] + }, + "input_ip_geo": { + "type": [ + "string", + "null" + ] + }, + "input_ip_home": { + "type": [ + "string", + "null" + ] + }, + "input_ip_isp": { + "type": [ + "string", + "null" + ] + }, + "input_ip_last_event": { + "type": [ + "string", + "null" + ] + }, + "input_ip_last_update": { + "type": [ + "string", + "null" + ] + }, + "input_ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "input_ip_line_speed": { + "type": [ + "string", + "null" + ] + }, + "input_ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "input_ip_organization": { + "type": [ + "string", + "null" + ] + }, + "input_ip_postal_code": { + "type": [ + "string", + "null" + ] + }, + "input_ip_region": { + "type": [ + "string", + "null" + ] + }, + "input_ip_region_iso_code": { + "type": [ + "string", + "null" + ] + }, + "input_ip_result": { + "type": [ + "string", + "null" + ] + }, + "input_ip_routing_type": { + "type": [ + "string", + "null" + ] + }, + "input_ip_score": { + "type": [ + "string", + "null" + ] + }, + "input_ip_worst_score": { + "type": [ + "string", + "null" + ] + }, + "integration_hub_results": { + "type": [ + "object", + "null" + ], + "properties": { + "2lrwrk15:account_registration": { + "type": [ + "object", + "null" + ], + "properties": { + "Emailage": { + "type": [ + "object", + "null" + ], + "properties": { + "rule_id": { + "type": [ + "string", + "null" + ] + }, + "tps_datetime": { + "type": [ + "string", + "null" + ] + }, + "tps_duration": { + "type": [ + "string", + "null" + ] + }, + "tps_error": { + "type": [ + "string", + "null" + ] + }, + "tps_http_status_code": { + "type": [ + "string", + "null" + ] + }, + "tps_result": { + "type": [ + "string", + "null" + ] + }, + "tps_type": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor_raw_response": { + "type": [ + "object", + "null" + ], + "properties": { + "query": { + "type": [ + "object", + "null" + ], + "properties": { + "email": { + "type": [ + "string", + "null" + ] + }, + "queryType": { + "type": [ + "string", + "null" + ] + }, + "count": { + "type": [ + "integer", + "null" + ] + }, + "created": { + "type": [ + "string", + "null" + ] + }, + "lang": { + "type": [ + "string", + "null" + ] + }, + "responseCount": { + "type": [ + "integer", + "null" + ] + }, + "trackingId": { + "type": [ + "string", + "null" + ] + }, + "firstname": { + "type": [ + "string", + "null" + ] + }, + "lastname": { + "type": [ + "string", + "null" + ] + }, + "billaddress": { + "type": [ + "string", + "null" + ] + }, + "billcity": { + "type": [ + "string", + "null" + ] + }, + "billregion": { + "type": [ + "string", + "null" + ] + }, + "billpostal": { + "type": [ + "string", + "null" + ] + }, + "phone": { + "type": [ + "string", + "null" + ] + }, + "useragent": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeId": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeDescription": { + "type": [ + "string", + "null" + ] + }, + "phoneCountryCode": { + "type": [ + "string", + "null" + ] + }, + "results": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "userdefinedrecordid": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "ipaddress": { + "type": [ + "string", + "null" + ] + }, + "eName": { + "type": [ + "string", + "null" + ] + }, + "emailAge": { + "type": [ + "string", + "null" + ] + }, + "email_creation_days": { + "type": [ + "string", + "null" + ] + }, + "domainAge": { + "type": [ + "string", + "null" + ] + }, + "domain_creation_days": { + "type": [ + "string", + "null" + ] + }, + "firstVerificationDate": { + "type": [ + "string", + "null" + ] + }, + "first_seen_days": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": [ + "string", + "null" + ] + }, + "country": { + "type": [ + "string", + "null" + ] + }, + "fraudRisk": { + "type": [ + "string", + "null" + ] + }, + "EAScore": { + "type": [ + "string", + "null" + ] + }, + "EAReason": { + "type": [ + "string", + "null" + ] + }, + "EAStatusID": { + "type": [ + "string", + "null" + ] + }, + "EAReasonID": { + "type": [ + "string", + "null" + ] + }, + "EAAdviceID": { + "type": [ + "string", + "null" + ] + }, + "EAAdvice": { + "type": [ + "string", + "null" + ] + }, + "EARiskBandID": { + "type": [ + "string", + "null" + ] + }, + "EARiskBand": { + "type": [ + "string", + "null" + ] + }, + "source_industry": { + "type": [ + "string", + "null" + ] + }, + "fraud_type": { + "type": [ + "string", + "null" + ] + }, + "location": { + "type": [ + "string", + "null" + ] + }, + "smfriends": { + "type": [ + "string", + "null" + ] + }, + "totalhits": { + "type": [ + "string", + "null" + ] + }, + "uniquehits": { + "type": [ + "string", + "null" + ] + }, + "emailExists": { + "type": [ + "string", + "null" + ] + }, + "domainExists": { + "type": [ + "string", + "null" + ] + }, + "company": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": [ + "string", + "null" + ] + }, + "domainname": { + "type": [ + "string", + "null" + ] + }, + "domaincompany": { + "type": [ + "string", + "null" + ] + }, + "domaincountryname": { + "type": [ + "string", + "null" + ] + }, + "domaincategory": { + "type": [ + "string", + "null" + ] + }, + "domaincorporate": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevel": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfo": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevelID": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfoID": { + "type": [ + "string", + "null" + ] + }, + "domainriskcountry": { + "type": [ + "string", + "null" + ] + }, + "smlinks": { + "type": [ + "array", + "null" + ], + "items": {} + }, + "ip_risklevel": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreasonid": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreason": { + "type": [ + "string", + "null" + ] + }, + "ip_reputation": { + "type": [ + "string", + "null" + ] + }, + "ip_risklevelid": { + "type": [ + "string", + "null" + ] + }, + "ip_anonymousdetected": { + "type": [ + "string", + "null" + ] + }, + "ip_proxytype": { + "type": [ + "string", + "null" + ] + }, + "ip_proxydescription": { + "type": [ + "string", + "null" + ] + }, + "ip_isp": { + "type": [ + "string", + "null" + ] + }, + "ip_org": { + "type": [ + "string", + "null" + ] + }, + "ip_userType": { + "type": [ + "string", + "null" + ] + }, + "ip_netSpeedCell": { + "type": [ + "string", + "null" + ] + }, + "ip_corporateProxy": { + "type": [ + "string", + "null" + ] + }, + "ip_continentCode": { + "type": [ + "string", + "null" + ] + }, + "ip_country": { + "type": [ + "string", + "null" + ] + }, + "ip_countryCode": { + "type": [ + "string", + "null" + ] + }, + "ip_region": { + "type": [ + "string", + "null" + ] + }, + "ip_city": { + "type": [ + "string", + "null" + ] + }, + "ip_callingcode": { + "type": [ + "string", + "null" + ] + }, + "ip_metroCode": { + "type": [ + "string", + "null" + ] + }, + "ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "ip_map": { + "type": [ + "string", + "null" + ] + }, + "ipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipshipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipriskcountry": { + "type": [ + "string", + "null" + ] + }, + "ipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "iptimezone": { + "type": [ + "string", + "null" + ] + }, + "ipasnum": { + "type": [ + "string", + "null" + ] + }, + "ipdomain": { + "type": [ + "string", + "null" + ] + }, + "ip_countryconf": { + "type": [ + "string", + "null" + ] + }, + "ip_regionconf": { + "type": [ + "string", + "null" + ] + }, + "ip_cityconf": { + "type": [ + "string", + "null" + ] + }, + "ip_postalcode": { + "type": [ + "string", + "null" + ] + }, + "ip_postalconf": { + "type": [ + "string", + "null" + ] + }, + "custphoneInbillingloc": { + "type": [ + "string", + "null" + ] + }, + "citypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "shipcitypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "phone_status": { + "type": [ + "string", + "null" + ] + }, + "shipforward": { + "type": [ + "string", + "null" + ] + }, + "namematch": { + "type": [ + "string", + "null" + ] + }, + "phoneowner": { + "type": [ + "string", + "null" + ] + }, + "phoneownertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriernetworkcode": { + "type": [ + "string", + "null" + ] + }, + "phonecarriername": { + "type": [ + "string", + "null" + ] + }, + "phoneownermatch": { + "type": [ + "string", + "null" + ] + }, + "overallDigitalIdentityScore": { + "type": [ + "string", + "null" + ] + }, + "emailToIpConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "disDescription": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "responseStatus": { + "type": [ + "object", + "null" + ], + "properties": { + "status": { + "type": [ + "string", + "null" + ] + }, + "errorCode": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + } + }, + "tps_was_timeout": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + } + }, + "js_browser": { + "type": [ + "string", + "null" + ] + }, + "js_os": { + "type": [ + "string", + "null" + ] + }, + "national_id_number": { + "type": [ + "string", + "null" + ] + }, + "national_id_result": { + "type": [ + "string", + "null" + ] + }, + "national_id_type": { + "type": [ + "string", + "null" + ] + }, + "nonce": { + "type": [ + "string", + "null" + ] + }, + "org_id": { + "type": [ + "string", + "null" + ] + }, + "os": { + "type": [ + "string", + "null" + ] + }, + "os_version": { + "type": [ + "string", + "null" + ] + }, + "page_time_on": { + "type": [ + "string", + "null" + ] + }, + "policy": { + "type": [ + "string", + "null" + ] + }, + "policy_details_api": { + "type": [ + "object", + "null" + ], + "properties": { + "policy_detail_api": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "customer": { + "type": [ + "object", + "null" + ], + "properties": { + "pvid": { + "type": [ + "string", + "null" + ] + }, + "review_status": { + "type": [ + "string", + "null" + ] + }, + "risk_rating": { + "type": [ + "string", + "null" + ] + }, + "rules": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "pvid": { + "type": [ + "string", + "null" + ] + }, + "reason_code": { + "type": [ + "string", + "null" + ] + }, + "rid": { + "type": [ + "string", + "null" + ] + }, + "rules": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "reason_code": { + "type": [ + "string", + "null" + ] + }, + "rid": { + "type": [ + "string", + "null" + ] + }, + "score": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "score": { + "type": [ + "string", + "null" + ] + }, + "vars": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "rid": { + "type": [ + "string", + "null" + ] + }, + "value": { + "type": [ + "string", + "null" + ] + }, + "variable": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + } + }, + "score": { + "type": [ + "string", + "null" + ] + }, + "vars": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "rid": { + "type": [ + "string", + "null" + ] + }, + "value": { + "type": [ + "string", + "null" + ] + }, + "variable": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "id": { + "type": [ + "string", + "null" + ] + }, + "type": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "policy_engine_version": { + "type": [ + "string", + "null" + ] + }, + "policy_score": { + "type": [ + "string", + "null" + ] + }, + "primary_industry": { + "type": [ + "string", + "null" + ] + }, + "profile_api_timedelta": { + "type": [ + "string", + "null" + ] + }, + "profile_connection_type": { + "type": [ + "string", + "null" + ] + }, + "profile_health_reasons": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "profiled_domain": { + "type": [ + "string", + "null" + ] + }, + "profiled_url": { + "type": [ + "string", + "null" + ] + }, + "profiling_datetime": { + "type": [ + "string", + "null" + ] + }, + "profiling_delta": { + "type": [ + "string", + "null" + ] + }, + "proxy_score": { + "type": [ + "string", + "null" + ] + }, + "reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "request_duration": { + "type": [ + "string", + "null" + ] + }, + "request_id": { + "type": [ + "string", + "null" + ] + }, + "request_result": { + "type": [ + "string", + "null" + ] + }, + "review_status": { + "type": [ + "string", + "null" + ] + }, + "risk_rating": { + "type": [ + "string", + "null" + ] + }, + "secondary_industry": { + "type": [ + "string", + "null" + ] + }, + "service_type": { + "type": [ + "string", + "null" + ] + }, + "session_id": { + "type": [ + "string", + "null" + ] + }, + "session_id_query_count": { + "type": [ + "string", + "null" + ] + }, + "ssl_fp_signature": { + "type": [ + "string", + "null" + ] + }, + "ssl_session_hash": { + "type": [ + "string", + "null" + ] + }, + "ssn_hash": { + "type": [ + "string", + "null" + ] + }, + "ssn_hash_result": { + "type": [ + "string", + "null" + ] + }, + "summary_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "summary_risk_score": { + "type": [ + "string", + "null" + ] + }, + "system_state": { + "type": [ + "string", + "null" + ] + }, + "third_party_cookie": { + "type": [ + "string", + "null" + ] + }, + "tmx_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "tmx_risk_rating": { + "type": [ + "string", + "null" + ] + }, + "tmx_summary_reason_code": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "tmx_variables": { + "type": [ + "object", + "null" + ], + "properties": { + "_accemail_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_accemail_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_acclogin_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_accphone_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_acctemails_per_exactid_hour": { + "type": [ + "string", + "null" + ] + }, + "_acnt_login_per_exactid_hour": { + "type": [ + "string", + "null" + ] + }, + "_acnt_login_per_smartid_hour": { + "type": [ + "string", + "null" + ] + }, + "_acntemails_per_exactid_gbl_hour": { + "type": [ + "string", + "null" + ] + }, + "_acntemails_per_smartid_hour": { + "type": [ + "string", + "null" + ] + }, + "_cc_per_exactid_hour": { + "type": [ + "string", + "null" + ] + }, + "_cc_per_smartid_gbl_hour": { + "type": [ + "string", + "null" + ] + }, + "_cc_per_smartid_hour": { + "type": [ + "string", + "null" + ] + }, + "_exactid_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_exactid_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_exactid_per_email_gbl_hour": { + "type": [ + "string", + "null" + ] + }, + "_smartid_gbl_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "_smartid_local_velocity_hour": { + "type": [ + "string", + "null" + ] + }, + "advanced_user_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_android_debug_bridge_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_behavior_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_consec_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_entry_fast_press_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_input_uniform_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_letters_faster_num_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keyboard_variance_low_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_keystroke_consec_uniform_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_mouse_clicks_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_mouse_move_uniform_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_mouse_touch_unnatural_count_login": { + "type": [ + "string", + "null" + ] + }, + "bot_updown_ratio_unnatural_count_login": { + "type": [ + "string", + "null" + ] + }, + "count_emails_since_last_login": { + "type": [ + "string", + "null" + ] + }, + "count_smartid_since_last_login": { + "type": [ + "string", + "null" + ] + }, + "default_anomaly_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_bad_user_confidence_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_bad_user_score_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_good_user_confidence_threshold": { + "type": [ + "string", + "null" + ] + }, + "default_good_user_score_threshold": { + "type": [ + "string", + "null" + ] + }, + "di_anti_fingerprinting_mode_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_autofill_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_browser_useragent_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_char_present_no_keypress_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_empty_target_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_input_from_memory_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_ios_keyboard_undocked_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_javascript_copy_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_javascript_cut_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_javascript_paste_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_keyboard_paste_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_keystrokes_random_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_metadata_summary_missing_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_metadata_target_missing_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_num_char_more_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_out_of_focus_screen_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_out_of_focus_target_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_potential_paste_fa_count_login": { + "type": [ + "string", + "null" + ] + }, + "di_timestamp_not_increasing_count_login": { + "type": [ + "string", + "null" + ] + }, + "email_score": { + "type": [ + "string", + "null" + ] + }, + "gbl_input_ip_vel": { + "type": [ + "string", + "null" + ] + }, + "gbl_input_ip_vel_unknown_session": { + "type": [ + "string", + "null" + ] + }, + "high_confidence_count_login": { + "type": [ + "string", + "null" + ] + }, + "lcl_input_ip_vel": { + "type": [ + "string", + "null" + ] + }, + "lcl_input_ip_vel_unknown_session": { + "type": [ + "string", + "null" + ] + }, + "one_handed_count_login": { + "type": [ + "string", + "null" + ] + }, + "potential_autofill_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_key_events_injected_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keyboard_extra_mod_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keyboard_injection_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keyboard_modifiers_clustered_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystroke_batched_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystroke_repeat_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystroke_timing_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_keystrokes_fast_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mobile_physical_keyboard_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mobile_special_char_injected_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_chrome_anydesk_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rate_low_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rate_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rate_session_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_rdp_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_spatial_low_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_mouse_spatial_mismatch_count_login": { + "type": [ + "string", + "null" + ] + }, + "rat_touch_screen_artifacts_count_login": { + "type": [ + "string", + "null" + ] + }, + "smart_id_velocity_local": { + "type": [ + "string", + "null" + ] + }, + "total_event_count_all": { + "type": [ + "string", + "null" + ] + }, + "total_event_count_login": { + "type": [ + "string", + "null" + ] + }, + "total_event_count_payment": { + "type": [ + "string", + "null" + ] + }, + "trusted_user_count_login": { + "type": [ + "string", + "null" + ] + }, + "typing_detected_count_login": { + "type": [ + "string", + "null" + ] + } + } + }, + "tps_datetime": { + "type": [ + "string", + "null" + ] + }, + "tps_duration": { + "type": [ + "string", + "null" + ] + }, + "tps_error": { + "type": [ + "string", + "null" + ] + }, + "tps_result": { + "type": [ + "string", + "null" + ] + }, + "tps_type": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor": { + "type": [ + "string", + "null" + ] + }, + "tps_vendor_raw_response": { + "type": [ + "object", + "null" + ], + "properties": { + "query": { + "type": [ + "object", + "null" + ], + "properties": { + "email": { + "type": [ + "string", + "null" + ] + }, + "queryType": { + "type": [ + "string", + "null" + ] + }, + "count": { + "type": [ + "integer", + "null" + ] + }, + "created": { + "type": [ + "string", + "null" + ] + }, + "lang": { + "type": [ + "string", + "null" + ] + }, + "responseCount": { + "type": [ + "integer", + "null" + ] + }, + "trackingId": { + "type": [ + "string", + "null" + ] + }, + "firstname": { + "type": [ + "string", + "null" + ] + }, + "lastname": { + "type": [ + "string", + "null" + ] + }, + "billaddress": { + "type": [ + "string", + "null" + ] + }, + "billcity": { + "type": [ + "string", + "null" + ] + }, + "billregion": { + "type": [ + "string", + "null" + ] + }, + "billpostal": { + "type": [ + "string", + "null" + ] + }, + "phone": { + "type": [ + "string", + "null" + ] + }, + "useragent": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeId": { + "type": [ + "string", + "null" + ] + }, + "transactionTypeDescription": { + "type": [ + "string", + "null" + ] + }, + "phoneCountryCode": { + "type": [ + "string", + "null" + ] + }, + "results": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "object", + "null" + ], + "properties": { + "userdefinedrecordid": { + "type": [ + "string", + "null" + ] + }, + "email": { + "type": [ + "string", + "null" + ] + }, + "ipaddress": { + "type": [ + "string", + "null" + ] + }, + "eName": { + "type": [ + "string", + "null" + ] + }, + "emailAge": { + "type": [ + "string", + "null" + ] + }, + "email_creation_days": { + "type": [ + "string", + "null" + ] + }, + "domainAge": { + "type": [ + "string", + "null" + ] + }, + "domain_creation_days": { + "type": [ + "string", + "null" + ] + }, + "firstVerificationDate": { + "type": [ + "string", + "null" + ] + }, + "first_seen_days": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": [ + "string", + "null" + ] + }, + "country": { + "type": [ + "string", + "null" + ] + }, + "fraudRisk": { + "type": [ + "string", + "null" + ] + }, + "EAScore": { + "type": [ + "string", + "null" + ] + }, + "EAReason": { + "type": [ + "string", + "null" + ] + }, + "EAStatusID": { + "type": [ + "string", + "null" + ] + }, + "EAReasonID": { + "type": [ + "string", + "null" + ] + }, + "EAAdviceID": { + "type": [ + "string", + "null" + ] + }, + "EAAdvice": { + "type": [ + "string", + "null" + ] + }, + "EARiskBandID": { + "type": [ + "string", + "null" + ] + }, + "EARiskBand": { + "type": [ + "string", + "null" + ] + }, + "source_industry": { + "type": [ + "string", + "null" + ] + }, + "fraud_type": { + "type": [ + "string", + "null" + ] + }, + "location": { + "type": [ + "string", + "null" + ] + }, + "smfriends": { + "type": [ + "string", + "null" + ] + }, + "totalhits": { + "type": [ + "string", + "null" + ] + }, + "uniquehits": { + "type": [ + "string", + "null" + ] + }, + "emailExists": { + "type": [ + "string", + "null" + ] + }, + "domainExists": { + "type": [ + "string", + "null" + ] + }, + "company": { + "type": [ + "string", + "null" + ] + }, + "title": { + "type": [ + "string", + "null" + ] + }, + "domainname": { + "type": [ + "string", + "null" + ] + }, + "domaincompany": { + "type": [ + "string", + "null" + ] + }, + "domaincountryname": { + "type": [ + "string", + "null" + ] + }, + "domaincategory": { + "type": [ + "string", + "null" + ] + }, + "domaincorporate": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevel": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfo": { + "type": [ + "string", + "null" + ] + }, + "domainrisklevelID": { + "type": [ + "string", + "null" + ] + }, + "domainrelevantinfoID": { + "type": [ + "string", + "null" + ] + }, + "domainriskcountry": { + "type": [ + "string", + "null" + ] + }, + "smlinks": { + "type": [ + "array", + "null" + ], + "items": {} + }, + "ip_risklevel": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreasonid": { + "type": [ + "string", + "null" + ] + }, + "ip_riskreason": { + "type": [ + "string", + "null" + ] + }, + "ip_reputation": { + "type": [ + "string", + "null" + ] + }, + "ip_risklevelid": { + "type": [ + "string", + "null" + ] + }, + "ip_anonymousdetected": { + "type": [ + "string", + "null" + ] + }, + "ip_proxytype": { + "type": [ + "string", + "null" + ] + }, + "ip_proxydescription": { + "type": [ + "string", + "null" + ] + }, + "ip_isp": { + "type": [ + "string", + "null" + ] + }, + "ip_org": { + "type": [ + "string", + "null" + ] + }, + "ip_userType": { + "type": [ + "string", + "null" + ] + }, + "ip_netSpeedCell": { + "type": [ + "string", + "null" + ] + }, + "ip_corporateProxy": { + "type": [ + "string", + "null" + ] + }, + "ip_continentCode": { + "type": [ + "string", + "null" + ] + }, + "ip_country": { + "type": [ + "string", + "null" + ] + }, + "ip_countryCode": { + "type": [ + "string", + "null" + ] + }, + "ip_region": { + "type": [ + "string", + "null" + ] + }, + "ip_city": { + "type": [ + "string", + "null" + ] + }, + "ip_callingcode": { + "type": [ + "string", + "null" + ] + }, + "ip_metroCode": { + "type": [ + "string", + "null" + ] + }, + "ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "ip_map": { + "type": [ + "string", + "null" + ] + }, + "ipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipshipcountrymatch": { + "type": [ + "string", + "null" + ] + }, + "ipriskcountry": { + "type": [ + "string", + "null" + ] + }, + "ipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancekm": { + "type": [ + "string", + "null" + ] + }, + "ipshipdistancemil": { + "type": [ + "string", + "null" + ] + }, + "iptimezone": { + "type": [ + "string", + "null" + ] + }, + "ipasnum": { + "type": [ + "string", + "null" + ] + }, + "ipdomain": { + "type": [ + "string", + "null" + ] + }, + "ip_countryconf": { + "type": [ + "string", + "null" + ] + }, + "ip_regionconf": { + "type": [ + "string", + "null" + ] + }, + "ip_cityconf": { + "type": [ + "string", + "null" + ] + }, + "ip_postalcode": { + "type": [ + "string", + "null" + ] + }, + "ip_postalconf": { + "type": [ + "string", + "null" + ] + }, + "custphoneInbillingloc": { + "type": [ + "string", + "null" + ] + }, + "citypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "shipcitypostalmatch": { + "type": [ + "string", + "null" + ] + }, + "phone_status": { + "type": [ + "string", + "null" + ] + }, + "shipforward": { + "type": [ + "string", + "null" + ] + }, + "namematch": { + "type": [ + "string", + "null" + ] + }, + "phoneowner": { + "type": [ + "string", + "null" + ] + }, + "phoneownertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriertype": { + "type": [ + "string", + "null" + ] + }, + "phonecarriernetworkcode": { + "type": [ + "string", + "null" + ] + }, + "phonecarriername": { + "type": [ + "string", + "null" + ] + }, + "phoneownermatch": { + "type": [ + "string", + "null" + ] + }, + "overallDigitalIdentityScore": { + "type": [ + "string", + "null" + ] + }, + "emailToIpConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "emailToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToPhoneConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "ipToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToShipAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "phoneToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "billAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToBillAddressConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToFullNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "shipAddressToLastNameConfidence": { + "type": [ + "string", + "null" + ] + }, + "disDescription": { + "type": [ + "string", + "null" + ] + } + } + } + } + } + }, + "responseStatus": { + "type": [ + "object", + "null" + ], + "properties": { + "status": { + "type": [ + "string", + "null" + ] + }, + "errorCode": { + "type": [ + "string", + "null" + ] + }, + "description": { + "type": [ + "string", + "null" + ] + } + } + } + } + }, + "tps_was_timeout": { + "type": [ + "string", + "null" + ] + }, + "true_ip": { + "type": [ + "string", + "null" + ] + }, + "true_ip_activities": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "true_ip_assert_history": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "true_ip_attributes": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "true_ip_city": { + "type": [ + "string", + "null" + ] + }, + "true_ip_city_confidence": { + "type": [ + "string", + "null" + ] + }, + "true_ip_connection_type": { + "type": [ + "string", + "null" + ] + }, + "true_ip_country_confidence": { + "type": [ + "string", + "null" + ] + }, + "true_ip_first_seen": { + "type": [ + "string", + "null" + ] + }, + "true_ip_geo": { + "type": [ + "string", + "null" + ] + }, + "true_ip_home": { + "type": [ + "string", + "null" + ] + }, + "true_ip_isp": { + "type": [ + "string", + "null" + ] + }, + "true_ip_last_event": { + "type": [ + "string", + "null" + ] + }, + "true_ip_last_update": { + "type": [ + "string", + "null" + ] + }, + "true_ip_latitude": { + "type": [ + "string", + "null" + ] + }, + "true_ip_line_speed": { + "type": [ + "string", + "null" + ] + }, + "true_ip_longitude": { + "type": [ + "string", + "null" + ] + }, + "true_ip_organization": { + "type": [ + "string", + "null" + ] + }, + "true_ip_postal_code": { + "type": [ + "string", + "null" + ] + }, + "true_ip_region": { + "type": [ + "string", + "null" + ] + }, + "true_ip_region_iso_code": { + "type": [ + "string", + "null" + ] + }, + "true_ip_result": { + "type": [ + "string", + "null" + ] + }, + "true_ip_routing_type": { + "type": [ + "string", + "null" + ] + }, + "true_ip_score": { + "type": [ + "string", + "null" + ] + }, + "true_ip_source_port": { + "type": [ + "string", + "null" + ] + }, + "true_ip_state_confidence": { + "type": [ + "string", + "null" + ] + }, + "true_ip_worst_score": { + "type": [ + "string", + "null" + ] + }, + "ua_browser": { + "type": [ + "string", + "null" + ] + }, + "ua_browser_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_browser_version_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_os": { + "type": [ + "string", + "null" + ] + }, + "ua_os_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_os_version_alt": { + "type": [ + "string", + "null" + ] + }, + "ua_platform": { + "type": [ + "string", + "null" + ] + }, + "vpn_rating": { + "type": [ + "string", + "null" + ] + }, + "vpn_reason": { + "type": [ + "array", + "null" + ], + "items": { + "type": [ + "string", + "null" + ] + } + }, + "vpn_score": { + "type": [ + "string", + "null" + ] + } + } + } + }, + "description": "Description for ThreatMetrixResponse" + } + }, + "required": [] +} \ No newline at end of file