blocks-transformer/response_schema.json
Admin User b2d3b31b7a
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 18s
Repeat v1 Processing block
2025-02-05 19:26:33 +00:00

10 lines
199 B
JSON

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