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