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

15 lines
226 B
JSON
Raw Normal View History

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