{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://arlula.com/json-structure/batch-archive-order-request.json", "name": "BatchArchiveOrderRequest", "description": "Request body for placing multiple archive orders simultaneously.", "type": "object", "members": { "orders": { "type": "array", "items": { "type": "ArchiveOrderRequest" } }, "emails": { "type": "array", "items": { "type": "string" } }, "webhooks": { "type": "array", "items": { "type": "string" } } } }