Punchh · JSON Structure

Platform Functions Redeemable Structure

Redeemable schema from PAR Punchh Platform Functions API

Type: object Properties: 5
RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

Redeemable is a JSON Structure definition published by Punchh, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

redeemable_id redeemable_uuid name description redeemable_image_url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}