{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductPurchasesAcknowledgeRequest", "title": "ProductPurchasesAcknowledgeRequest", "type": "object", "description": "Request body for acknowledging an in-app product purchase.", "properties": { "developerPayload": { "type": "string", "description": "Payload to attach to the purchase after it is acknowledged.", "deprecated": true, "example": "example_value" } } }