blocks-data-enricher-db-lookup/request_schema.json
Ankur Malik 62ed938d62
All checks were successful
Build and Push Docker Image / setup (push) Successful in 5s
Build and Push Docker Image / build_and_push (push) Successful in 45s
Add THX input IP persistence
2026-05-20 13:28:37 -04:00

51 lines
1.0 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"application_key": {
"type": "string"
},
"application_timestamp": {
"type": "string",
"format": "date-time"
},
"digital_id_first_seen": {
"type": ["string", "null"]
},
"summary_risk_score": {
"type": ["string", "null"]
},
"cpu_clock": {
"type": ["string", "null"]
},
"true_ip_first_seen": {
"type": ["string", "null"]
},
"ssn_hash_first_seen": {
"type": ["string", "null"]
},
"account_email_attributes": {
"type": ["string", "null"]
},
"tps_ip_latitude": {
"type": ["string", "null"]
},
"tps_ip_longitude": {
"type": ["string", "null"]
},
"account_telephone_first_seen": {
"type": ["string", "null"]
},
"account_login_first_seen": {
"type": ["string", "null"]
},
"input_ip_address": {
"type": ["string", "null"]
}
},
"required": [
"application_key",
"application_timestamp"
]
}