{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-notes-batch-read-input-schema.json", "title": "BatchReadInput", "description": "Input for reading a single item in a batch", "type": "object", "properties": { "id": { "type": "string", "description": "The note identifier", "example": "1024" } }, "required": [ "id" ] }