blocks-transformer/response_schema.json
Admin User 9c0d95f9e3
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 20s
Series M v1 model
2025-04-09 18:36:39 +00:00

15 lines
308 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"application_id": {
"type": ["string", "null"],
"description": "Application Key"
},
"hd_score_m1": {
"type": ["number", "null"],
"description": "HD Fraud Score M1"
}
}
}