blocks-data-enricher-db-lookup/response_schema.json
admin user 8471f32690
All checks were successful
Build and Push Docker Image / setup (push) Successful in 3s
Build and Push Docker Image / build_and_push (push) Successful in 39s
Push to db block
2025-03-12 16:18:21 +00:00

13 lines
236 B
JSON

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