{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/crm-deals-api-batch-archive-input-structure.json", "name": "BatchArchiveInput", "description": "Input for a batch archive operation.", "type": "object", "properties": { "inputs": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" } } }, "example": [ { "id": "500123" } ] } } }