blocks-transformer/request_schema.json
Admin User 457c4490b1
Some checks failed
Build and Push Docker Image / test (push) Failing after 6s
Build and Push Docker Image / build_and_push (push) Has been skipped
Final Score block
2025-04-09 18:46:12 +00:00

12 lines
229 B
JSON

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