{
  "free": {
    "price": 0,
    "currency": "USD",
    "includes": "Fixture tier",
    "url": "https://example.invalid/free"
  },
  "complete": {
    "intl": {
      "now": "$1",
      "list": "$2"
    },
    "il": {
      "now": "₪1",
      "list": "₪2"
    },
    "url": "https://example.invalid/complete"
  },
  "teams": {
    "intl": {
      "now": "$1",
      "list": "$2"
    },
    "il": {
      "now": "₪1",
      "list": "₪2"
    },
    "minSeats": 1,
    "perSeat": true
  }
}