{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BatchUpdateDocumentResponse",
"type": "object",
"description": "Response message for BatchUpdateDocument.",
"properties": {
"documentId": {
"type": "string",
"description": "The ID of the document to which the updates were applied."
},
"replies": {
"type": "array",
"description": "The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty."
}
}
}