blocks-transformer/response_schema.json
Admin User d7fd8432e0
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 1m23s
PD v2 Processing block
2025-02-05 19:23:01 +00:00

10 lines
216 B
JSON

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