{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubscriptionPurchasesAcknowledgeRequest", "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.", "deprecated": true, "example": "example_value" } } }