-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexampleData.json
More file actions
128 lines (128 loc) · 2.61 KB
/
exampleData.json
File metadata and controls
128 lines (128 loc) · 2.61 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"activeUsers": {
"id-1": true,
"id-2": true
},
"users": {
"id-1": {
"displayName": "Mr Sir",
"photoUrl": "https://www.freeimageslive.co.uk/files/images005/black_and_white_cat.preview.jpg",
"lastEntry": "2024-08-07",
"ratings": {
"sir-1": {
"id": "sir-1",
"text": "surveying neighbourhood",
"current": true
},
"sir-2": {
"id": "sir-2",
"text": "looking handsome",
"current": true
},
"sir-3": {
"id": "sir-3",
"text": "pats",
"current": true
}
}
},
"id-2": {
"displayName": "a good boy",
"photoUrl": "https://www.publicdomainpictures.net/pictures/40000/velka/golden-retriever-dog-1364426710r9x.jpg",
"lastEntry": "2024-08-07",
"ratings": {
"gb-1": {
"id": "gb-1",
"text": "balls",
"current": true
},
"gb-2": {
"id": "gb-2",
"text": "walks",
"current": true
},
"gb-3": {
"id": "gb-3",
"text": "squirrels",
"current": true
},
"gb-4": {
"id": "gb-4",
"text": "food",
"current": true
}
}
},
"id-3": {
"displayName": "eric",
"photoUrl": "https://animal-knowledge.com/wp-content/uploads/2022/01/Why-You-Shouldnt-Get-a-Goldfish-scaled.jpg",
"lastEntry": "2024-07-24",
"ratings": {
"eric-1": {
"id": "eric-1",
"text": "remembering things",
"current": true
},
"eric-2": {
"id": "eric-2",
"text": "cute pebbles",
"current": true
}
}
}
},
"ratings": {
"id-1": {
"2024-08-07": {
"sir-1": 4,
"sir-2": 4,
"sir-3": 5
},
"2024-07-31": {
"sir-1": 4,
"sir-2": 4,
"sir-3": 5
},
"2024-07-24": {
"sir-1": 4,
"sir-2": 4,
"sir-3": 5
}
},
"id-2": {
"2024-08-07": {
"gb-1": 1,
"gb-2": 4,
"gb-3": 1,
"gb-4": 2
},
"2024-07-31": {
"gb-1": 4,
"gb-2": 4,
"gb-3": 2,
"gb-4": 5
},
"2024-07-24": {
"gb-1": 2,
"gb-2": 4,
"gb-3": 1,
"gb-4": 5
},
"2024-07-17": {
"gb-1": 5,
"gb-2": 4,
"gb-4": 4
}
},
"id-3": {
"2024-07-24": {
"eric-1": 1,
"eric-2": 4
},
"2024-07-17": {
"eric-1": 1,
"eric-2": 3
}
}
}
}