{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-calls-api-batch-read-input-structure.json", "name": "BatchReadInput", "description": "Input for reading a single item in a batch", "type": "object", "properties": { "id": { "type": "string", "description": "The call identifier", "example": "512" } }, "required": [ "id" ] }