{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BatchResultErrorEntry", "type": "object", "properties": { "Id": { "type": "string" }, "Code": { "type": "string" }, "Message": { "type": "string" }, "SenderFault": { "type": "boolean" } } }