12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"hd_score_m1": {
|
|
"type": ["number", "null"],
|
|
"description": "HD Fraud Score M1 value."
|
|
}
|
|
},
|
|
"required": []
|
|
}
|