{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AsyncBulkCreateResponse", "title": "AsyncBulkCreateResponse", "type": "object", "properties": { "batch_id": { "type": "string", "format": "uuid", "description": "The ID of the batch." } }, "required": [ "batch_id" ], "description": "Response serializer for POST bulk create - returns only batch_id" }