blocks-transformer/response_schema.json
Ankur Malik d94d65ed2d
All checks were successful
Build and Push Docker Image / test (push) Successful in 1m50s
Build and Push Docker Image / build_and_push (push) Successful in 3m7s
Add pd v3 pre processing block
2025-12-04 10:50:08 -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": []
}