{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SubscriptionPurchasesAcknowledgeRequest", "type": "object", "description": "Request body for acknowledging a subscription purchase.", "properties": { "developerPayload": { "type": "string", "description": "Payload to attach to the purchase after acknowledgement." } } }