Limit a selection of rewards to only allow a user to purchase one from that selection
Introduction
Configuration
Audience
{ "$schema": "http://json-schema.org/draft-06/schema#", "type": "object", "required": [ "rewardId" ], "properties": { "rewardId": { "enum": [ "enter reward ID 1 here", "enter reward ID 2 here" ] } } }

Reward

Tips
Last updated
Was this helpful?