{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "application_key": { "type": ["string", "null"], "description": "Application Key" }, "application_timestamp": { "type": ["string", "null"], "description": "Application Timestamp" }, "deviceid": { "type": ["string", "null"], "description": "Deviceid" }, "fuzzydeviceid": { "type": ["string", "null"], "description": "Fuzzy Deviceid" }, "application_email_address": { "type": ["string", "null"], "description": "Application Email Address" }, "hd_score_m1": { "type": ["number", "null"], "description": "HD Fraud Score M1" }, "action": { "type": ["string", "null"], "description": "Recommended Action." } } }