blocks-data-enricher-db-lookup/response_schema.json
admin user 4f655c5885
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 25s
DB lookup block
2025-03-12 16:18:58 +00:00

11 lines
218 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"results": {
"type": ["array", "null"],
"items": {"type": "object"}
}
},
"required": []
}