blocks-transformer/response_schema.json
Admin User edd9dd33de
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 16s
Repeat v1 Post-Processing block
2025-02-05 19:27:47 +00:00

10 lines
216 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"bin": {
"type": "string",
"description": "Bin for the given input float."
}
}
}