Brand redemption terms by delivery type.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RedemptionInstructions", "description": "Brand redemption terms by delivery type.", "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-schema/zendit-api-redemption-instructions-schema.json", "type": "object", "properties": { "deliveryType": { "type": "string", "example": "SMS" }, "instructions": { "type": "string", "example": "Dial *123# from your phone to redeem." }, "termsAndConditions": { "type": "string", "example": "Valid for 30 days from purchase." } } }