{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BatchUpdatePresentationRequest",
"type": "object",
"description": "Request message for BatchUpdatePresentation.",
"properties": {
"requests": {
"type": "array",
"description": "A list of updates to apply to the presentation."
}
}
}