blocks-transformer/request_schema.json
Ankur Malik 41ee4aacf3
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 19s
Add IP velocity S4 rule
2026-05-20 13:17:42 -04:00

68 lines
2.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"hd_score_m1": {
"type": ["number", "null"],
"description": "HD fraud Score M1"
},
"hd_score_g1": {
"type": ["number", "null"],
"description": "HD Fraud Score G1"
},
"hd_score_g2": {
"type": ["number", "null"],
"description": "HD Fraud Score G1"
},
"cluster_size_users_v2": {
"type": ["number", "null"],
"description": "Size of the user cluster in version 2."
},
"target_connected_30_sum": {
"type": ["number", "null"],
"description": "Sum of target connections within 30 days."
},
"email_cnt": {
"type": ["number", "null"],
"description": "Count of emails associated with the application."
},
"rejected_app_count": {
"type": ["number", "null"],
"description": "Count of rejected applications for the applicant."
},
"app_dt_day_cnt": {
"type": ["number", "null"],
"description": "Number of application days counted."
},
"hd_score_iso_m2": {
"type": ["number", "null"],
"description": "HD fraud Score M2"
},
"application_customer_type": {
"type": ["string", "null"],
"description": "Application customer type for S4 velocity rule."
},
"input_ip_address": {
"type": ["string", "null"],
"description": "Current application input IP address for S4 velocity rule."
},
"input_ip_connection_type": {
"type": ["string", "null"],
"description": "Current application input IP connection type for S4 velocity rule."
},
"input_ip_isp": {
"type": ["string", "null"],
"description": "Current application input IP ISP for S4 velocity rule."
},
"input_ip_distinct_ssn_24h": {
"type": ["number", "null"],
"description": "Distinct SSN count for the same input IP in the past 24 hours."
},
"input_ip_distinct_zip_24h": {
"type": ["number", "null"],
"description": "Distinct ZIP count for the same input IP in the past 24 hours."
}
},
"required": []
}