{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-structure/pay-web-services-cancel-subscription-request-structure.json", "name": "CancelSubscriptionRequest", "description": "CancelSubscriptionRequest schema from Roku Pay Web Services", "type": "object", "properties": { "partnerAPIKey": { "type": "string" }, "rokuCustomerId": { "type": "string" }, "productCode": { "type": "string" }, "cancellationDate": { "type": "datetime" }, "reason": { "type": "string" } }, "required": [ "partnerAPIKey", "rokuCustomerId", "productCode" ] }