{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/roku/refs/heads/main/json-schema/pay-web-services-update-bill-cycle-request-schema.json", "title": "UpdateBillCycleRequest", "description": "UpdateBillCycleRequest schema from Roku Pay Web Services", "type": "object", "properties": { "partnerAPIKey": { "type": "string" }, "rokuCustomerId": { "type": "string" }, "productCode": { "type": "string" }, "nextBillDate": { "type": "string", "format": "date-time" }, "reason": { "type": "string" } }, "required": [ "partnerAPIKey", "rokuCustomerId", "productCode", "nextBillDate" ] }