{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VoidedPurchasesListResponse", "type": "object", "description": "Response containing a list of voided purchases.", "properties": { "voidedPurchases": { "type": "array", "description": "List of voided purchases." } } }