Thanx · JSON Structure

Loyalty Api Points Product Structure

PointsProduct schema from Thanx Loyalty API

Type: object Properties: 3
RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

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

Properties

id label cost

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/thanx/refs/heads/main/json-structure/loyalty-api-points-product-structure.json",
  "name": "PointsProduct",
  "description": "PointsProduct schema from Thanx Loyalty API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "92b7b0dac4"
    },
    "label": {
      "type": "string",
      "example": "A free hamburger"
    },
    "cost": {
      "type": "double",
      "example": 1.0
    }
  }
}