Resource with responseCode and details
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BulkOperationResource", "type": "object", "description": "Resource with responseCode and details", "properties": { "errors": { "type": "array", "description": "List of error objects" }, "status": { "type": "string", "description": "The status of resource - PENDING, PASS, FAILED" } } }