blocks-transformer/request_schema.json
Admin User a58428db77
All checks were successful
Build and Push Docker Image / test (push) Successful in 8s
Build and Push Docker Image / build_and_push (push) Successful in 15s
ETD Post Processing block
2025-02-05 19:15:06 +00:00

11 lines
222 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"probability": {
"type": "number",
"description": "Fraud Model predicted score."
}
},
"required": []
}