-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsighting.json
44 lines (43 loc) · 853 Bytes
/
sighting.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
// This is dummy data you can use for the Sighting model on the first day.
[{
"name": "red breasted merganser",
"order": "Anseriformes",
"status": "least concern",
"confirmed": true,
"numberSeen": 2
},
{
"name": "cedar waxwing",
"order": "Passeriformes",
"status": "least concern",
"confirmed": false,
"numberSeen": 5
},
{
"name": "osprey",
"order": "Accipitriformes",
"status": "least concern",
"confirmed": true,
"numberSeen": 2
},
{
"name": "snowy plover",
"order": "Charadriformes",
"status": "least concern",
"confirmed": true,
"numberSeen": 7
},
{
"name": "passenger pigeon",
"order": "Columbiformes",
"status": "extinct",
"confirmed": false,
"numberSeen": 1
},
{
"name": "greater sage grouse",
"order": "GALLIFORMES",
"status": "near threatened",
"confirmed": true,
"numberSeen": 2
}]