-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathremoteDataSample.json
45 lines (45 loc) · 1.14 KB
/
remoteDataSample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"gameId": 1,
"bossUser": "UserNameOfCastHost",
"gameState": "PLAY|REVIEW",
"blackCardInPlay": {
"content": "Thats right I killed _____. How, you ask? ____",
"type": "B",
"pickCt": 2,
"draw": 1
},
"users": [
{
"name": "tester",
"awesomePoints": 0,
"imCzar": false,
"state": "ACTIVE|DROPED",
"cards": [
{
"content": "Darth Vader.",
"type": "W"
},
{
"content": "Women.",
"type": "W"
},
{
"content": "World of Warcraft..",
"type": "W"
}
],
"submitCards": [
{
"content": "Laying an egg",
"type": "W",
"submitOrder": 2
},
{
"content": "Active Listening.",
"type": "W",
"submitOrder": 1
}
]
}
]
}