{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/punchh/refs/heads/main/json-structure/platform-functions-redeemable-structure.json", "name": "Redeemable", "description": "Redeemable schema from PAR Punchh Platform Functions API", "type": "object", "properties": { "redeemable_id": { "type": "int32", "example": "500123" }, "redeemable_uuid": { "type": "string", "example": "6f9619ff-8b86-d011-b42d-00cf4fc964ff" }, "name": { "type": "string", "example": "Free Appetizer" }, "description": { "type": "string", "example": "Reward successfully applied to the order." }, "redeemable_image_url": { "type": "string", "example": "https://portal.example.com/path/abc123" } } }