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

13 lines
236 B
JSON
Raw Normal View History

2025-03-12 16:18:21 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"result": {
"type": ["string", "null"]
},
"error": {
"type": ["string", "null"]
}
},
"required": []
}