49 lines
1010 B
JSON
49 lines
1010 B
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"]
|
|
}
|
|
},
|
|
"required": [
|
|
"application_key",
|
|
"application_timestamp"
|
|
]
|
|
}
|
|
|