-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrip.json
111 lines (110 loc) · 2.58 KB
/
Trip.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
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
{
"results" : [
{
"objectId": "wPsOWbrd7H",
"TripName": "Weekend climbing trip",
"createdAt": "2020-10-06T20:33:49.315Z",
"updatedAt": "2020-10-27T21:01:40.757Z",
"Description": "Going climbing with the boys for the weekend!",
"TripRating": 5,
"Date": "2020-10-01",
"TripDestination": {
"__type": "Pointer",
"className": "Country",
"objectId": "SgBLCXSwWB"
},
"TripUser": {
"__type": "Pointer",
"className": "_User",
"objectId": "s9XYAra2s9"
},
"TripPhoto": "climbing.jpg"
},
{
"objectId": "7HvrqCtI5B",
"TripName": "Champions League Final",
"createdAt": "2020-10-06T20:35:22.015Z",
"updatedAt": "2020-10-27T21:01:36.293Z",
"TripPlaces": [
{
"name": "Buckingham Palace",
"type": "Attraction"
}
],
"Description": "My fav soccer team was playing, couldnt miss it",
"TripRating": 4,
"Date": "2020-06-01",
"TripDestination": {
"__type": "Pointer",
"className": "Country",
"objectId": "XS05qyn34C"
},
"TripUser": {
"__type": "Pointer",
"className": "_User",
"objectId": "57mc3RZHmm"
},
"TripPhoto": "england.jpg"
},
{
"objectId": "JXLtnu3u48",
"TripName": "Spring Break 2019",
"createdAt": "2020-10-06T20:36:45.470Z",
"updatedAt": "2020-10-27T21:01:44.446Z",
"TripPlaces": [
{
"name": "HollyBelly",
"type": "Restaurant"
},
{
"name": "Eiffel Tower",
"type": "Attraction"
}
],
"Date": "2020-10-19",
"Description": "Best trip of my life",
"TripRating": 5,
"TripDestination": {
"__type": "Pointer",
"className": "Country",
"objectId": "dCf2bkScyh"
},
"TripUser": {
"__type": "Pointer",
"className": "_User",
"objectId": "s9XYAra2s9"
},
"TripPhoto": "paris.jpg"
},
{
"objectId": "XpwLaZDxb5",
"TripName": "First time to Italy",
"createdAt": "2020-10-06T20:39:01.252Z",
"updatedAt": "2020-10-27T20:37:22.266Z",
"TripPlaces": [
{
"name": "Vatican",
"type": "Attraction"
},
{
"name": "Colusseum",
"type": "Attraction"
}
],
"Description": "Lived there for a whole month... the pizza was amazing",
"Date": "2019-08-01",
"TripRating": 4,
"TripDestination": {
"__type": "Pointer",
"className": "Country",
"objectId": "5Vv3MDfhvY"
},
"TripUser": {
"__type": "Pointer",
"className": "_User",
"objectId": "DRebqtwZxG"
},
"TripPhoto": "rome.jpg"
}
]
}