blocks-transformer/response_schema.json
Ankur Malik 90479dfe13
All checks were successful
Build and Push Docker Image / test (push) Successful in 45s
Build and Push Docker Image / build_and_push (push) Successful in 1m51s
Add pd v3 processing block
2025-12-04 10:57:36 -05:00

11 lines
275 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"pd_a": { "type": "number" },
"pd_b": { "type": "number" },
"pd_t": { "type": "number" }
},
"required": ["pd_a", "pd_b", "pd_t"],
"additionalProperties": false
}