{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BatchObjectItemResponse", "title": "BatchObjectItemResponse", "type": "object", "properties": { "merge_common_model_id": { "type": "string", "format": "uuid" }, "error_message": { "type": "string" } }, "description": "Response for individual items within a batch" }