blocks-transformer/response_schema.json

26 lines
546 B
JSON
Raw Normal View History

2025-03-12 16:16:45 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"hd_score": {
"type": ["number", "null"],
"description": "HD fraud Score"
},
"recommended_action": {
"type": ["string", "null"],
"description": "Recommended Action"
},
"description": {
"type": ["string", "null"],
"description": "Description of Recommended Action"
},
"hd_action_reasoncode": {
"type": ["string", "null"],
"description": "HD Action Reasoncode"
}
}
}