blocks-transformer/response_schema.json
admin user 8f303a4993
All checks were successful
Build and Push Docker Image / test (push) Successful in 2m8s
Build and Push Docker Image / build_and_push (push) Successful in 2m13s
Early Term Default/Fraud indicator v1 block
2025-01-21 21:17:40 +00:00

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