-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
30 lines (30 loc) · 1014 Bytes
/
example.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
{
"$schema": "https://github.com/RuarriS/beachcleanupdata/blob/master/schema.json",
"documentTime": "2018-04-04T10:00:00-05:00",
"records": [
{
"publicationTime": "2018-04-02T08:00:00-05:00",
"updatedTime": "2018-04-02T08:00:00-05:00",
"guid": "org.surfrider/8099-1-u3723",
"collectedTime": "2018-04-02T08:00:00-05:00",
"collection" : {
"partofCollection": true,
"id": "Cleanup_CH54-123",
},
"organizationName": "Surfrider San Diego (https://sandiego.surfrider.org)",
"location": {
"id": "8099",
"name": "Oceanside Pier",
"coordinates": {
"latitude": 34.1234,
"longitude": -117.1234
}
},
"litter": {
"name": "bottle",
"material": "glass",
"quantity": "2"
}
}
]
}