blocks-transformer/response_schema.json
admin user d1e90e8a14
All checks were successful
Build and Push Docker Image / test (push) Successful in 10s
Build and Push Docker Image / build_and_push (push) Successful in 20s
Composite score block
2025-03-12 16:16:45 +00:00

26 lines
546 B
JSON

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