-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata-format.json
More file actions
41 lines (40 loc) · 1.65 KB
/
data-format.json
File metadata and controls
41 lines (40 loc) · 1.65 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
{
"outputType": "", //enum(image, text, table, heatmap, vegaLite)
"textResponse": "", //string
"species": [{
"id": 0, //int
"name": "", //species name
"url": "", //string
"taxonomy": { //arrays of name and taxonomic rank for the descendants and ancestors, optional
"descendants": [{"name": "", "rank": "", "parent": ""}, {"name": "", "rank": "", , "parent": ""}],
"ancestors": [{"name": "", "rank": ""}, {"name": "", "rank": ""}]},
"rank": "", //taxonomic rank of this concept, optional
"created_timestamp": "", //string, optional
"depth_meters": "", //string, optional
"imaging_type": "", //string, optional
"last_updated_timestamp": "", //string, optional
"last_validation": "", //string, optional
"latitude": "", //string, optional
"longitude": "", //string, optional
"media_type": "", //string, optional
"submitter": "", //string, optional
"timestamp": "", //string, optional
"valid": "", //string, optional
"contributors_email": "", //string, optional
"altitude": "", //string, optional
"oxygen_ml_l": "", //string, optional
"pressure_dbar": "", //string, optional
"salinity": "", //string, optional
"temperature_celsius": "", //string, optional
"x": 0, //x location on image, int, optional
"y": 0, //y location on image, int, optional
"width": 0, //width on image, int, optional
"height": 0, //height on image, int, optional
}],
"table":[{//optional
"name": "",
"frequency": 123//int
}],
"vegaSchema": {
}
}