{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DpaBatchStatus", "type": "object", "properties": { "requestId": { "type": "string" }, "batchId": { "type": "string" }, "batchStatus": { "type": "string" }, "batchStartTime": { "type": "string" }, "batchEndTime": { "type": "string" }, "errorMessage": { "type": "string" }, "items": { "type": "array" } } }