{
  "$schema": "http://json-schema.org/draft-06/schema#",
  "title": "Last Purchase Date",
  "description": "The date we most recently recorded a purchase for this user (user.customFields.lastPurchaseDate).",
  "type": "integer",
  "format": "timestamp"
}