{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/blog-posts-api-batch-input-item-structure.json", "name": "BatchInputItem", "description": "Single item in a batch archive operation", "type": "object", "properties": { "id": { "type": "string", "description": "ID of the post to process", "example": "500123" } }, "required": [ "id" ] }