{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://arlula.com/json-structure/archive-order-request.json", "name": "ArchiveOrderRequest", "description": "Request body for ordering archive imagery.", "type": "object", "members": { "id": { "type": "string", "description": "Ordering ID of the archive scene to purchase." }, "bundleKey": { "type": "string", "description": "Bundle key selected from search results." }, "eula": { "type": "string", "description": "EULA identifier accepted for this order." }, "emails": { "type": "array", "items": { "type": "string" } }, "webhooks": { "type": "array", "items": { "type": "string" } }, "coupon": { "type": "string", "description": "Optional coupon code for discounts." } } }