blocks-transformer/response_schema.json
admin user ead9a776da
All checks were successful
Build and Push Docker Image / test (push) Successful in 55s
Build and Push Docker Image / build_and_push (push) Successful in 3m21s
Advanced M series V1 model block
2025-03-12 16:12:18 +00:00

35 lines
844 B
JSON

{
"$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."
}
}
}