{ "type": "object", "description": "Error information for a failed callback", "name": "BatchCallbackError", "properties": { "callbackId": { "type": "string", "description": "The callback that failed" }, "message": { "type": "string", "description": "Error message" }, "category": { "type": "string", "description": "Error category" } }, "required": [ "callbackId", "message", "category" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }