summaryrefslogtreecommitdiff
path: root/data/personaldb.json
blob: 5ba73ac4d1f82828f445bd360b4e53e530117e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "username": "john_doe",
    "passwordHash": 12345,
    "fullName": "John Doe",
    "courses": [],
    "rounds": [],
    "clubs": [
      {
        "manufacture": "TaylorMade",
        "nickname": "Old Faithful",
        "clubType": "DRIVER"
      },
      {
        "manufacture": "Callaway",
        "nickname": "Lucky Seven",
        "clubType": "IRON"
      }
    ]
  }
]