Skip to content

Commit c14a4ec

Browse files
committed
modify schema
1 parent fad6d18 commit c14a4ec

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

data/schema.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
This document outlines the organization of the data stored as a `.json` file.
33
```
44
token{
5-
"token": token,
6-
"image_path": "ETHZ_ENT01_2017_03_21_004928.JPG",
7-
"family": "Pieridae",
8-
"subfamily": "Dismorphiinae",
9-
"tribe": None,
10-
"genus": "Leptidea",
11-
"specific_epithet": "sinapis",
12-
"subspecific_epithet": None,
13-
"infraspecific_epithet": None,
14-
"infraspecific_rank": None,
15-
"author": "(Linnaeus 1758)"
5+
"token": "f8bac77d-2d46-4fe2-bcc1-2c781585ed49",
6+
"image_path": "2017_01_30R",
7+
"image_name": "ETHZ_ENT01_2017_01_30_000064.JPG",
8+
"family": "Hesperiidae",
9+
"subfamily": "Heteropterinae",
10+
"genus": "Carterocephalus",
11+
"specific_epithet": "palaemon",
12+
"subspecific_epithet": "",
13+
"infraspecific_epithet": "",
14+
"author": "(Pallas, 1771)",
15+
"country": "Switzerland",
16+
"primary_division": "Bern",
17+
"dec_lat": 46.9479774284,
18+
"dec_long": 7.447437875,
19+
"barcode": "ETHZ-ENT0003493"
1620
}
1721
```

0 commit comments

Comments
 (0)