Merge · Schema

BatchObjectItemResponse

Response for individual items within a batch

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
merge_common_model_id string
error_message string
View JSON Schema on GitHub

JSON Schema

merge-batchobjectitemresponse-schema.json Raw ↑
{
  "$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"
}