blocks-data-enricher-db-lookup/response_schema.json

21 lines
278 B
JSON
Raw Normal View History

2025-11-26 12:06:54 -05:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"result": {
"type": [
"string",
"null"
]
},
"error": {
"type": [
"string",
"null"
]
}
},
"required": []
}