blocks-transformer/request_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
208 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"results": {
"type": ["array", "null"],
"items": {"type": "object"}
}
},
"required": []
}