blocks-transformer/request_schema.json
Ankur Malik d167609fad
All checks were successful
Build and Push Docker Image / test (push) Successful in 17s
Build and Push Docker Image / build_and_push (push) Successful in 2m58s
Add pd v3 post processing block
2025-12-04 10:59:02 -05:00

12 lines
276 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
}