19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"score": {
|
|
"type": "number",
|
|
"description": "HD Fraud Score."
|
|
},
|
|
"action": {
|
|
"type": "string",
|
|
"description": "Recommended Action."
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"description": "Description"
|
|
}
|
|
}
|
|
}
|