blocks-data-enricher-db-lookup/response_schema.json
Ankur Malik f664314b29
All checks were successful
Build and Push Docker Image / setup (push) Successful in 5s
Build and Push Docker Image / build_and_push (push) Successful in 33s
Add db_push_scores branch contents
2025-11-26 12:08:33 -05:00

21 lines
278 B
JSON

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