{ "type": "object", "description": "Request body for batch archiving calls", "name": "BatchArchiveCallsRequest", "properties": { "inputs": { "type": "array", "description": "Array of call identifiers to archive", "items": { "type": "object", "description": "Input for reading a single item in a batch", "properties": { "id": { "type": "string", "description": "The call identifier" } }, "required": [ "id" ] } } }, "required": [ "inputs" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }