blocks-transformer/response_schema.json

19 lines
415 B
JSON
Raw Normal View History

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