{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BatchJobError", "title": "BatchJobError", "type": "object", "properties": { "trackingId": { "type": "string", "description": "Unique identifier to track the HTTP requests." }, "itemNumber": { "type": "number", "description": "row number of failed record." }, "error": { "$ref": "#/components/schemas/Error" } } }