blocks-data-enricher-db-lookup/response_schema.json
Ankur Malik 4c3aa40a58
All checks were successful
Build and Push Docker Image / setup (push) Successful in 4s
Build and Push Docker Image / build_and_push (push) Successful in 38s
Add db_push_uprova branch contents
2025-11-26 12:04:04 -05:00

15 lines
226 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"result": {
"type": ["string", "null"]
},
"error": {
"type": ["string", "null"]
}
},
"required": []
}