This repository was archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiota_schema_species_example.json
More file actions
67 lines (67 loc) · 2.39 KB
/
iota_schema_species_example.json
File metadata and controls
67 lines (67 loc) · 2.39 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
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
{
"name": "rgeraldporter/abaAvianSpecies",
"description": "Standard JSON for an avian species in the American Birding Association (ABA) zone.",
"iotaVersion": "0.10.0",
"author": "Robert Gerald Porter",
"copyright": "2014 Robert Gerald Porter",
"url": "http://mysite.com/avian_species_spec.json",
"type": "schema",
"version": "0.1.0",
"properties": {
"documentationUrl": "http://mysite.com/spec-docs",
"validatorUrl": "http://mysite.com/validator/",
"currentStableVersion": "0.1.0",
"versions": {
"0.1.0": {
"_notes": {
"scientificName": "The latin scientific name.",
"family": "The taxanomic family of this species.",
"aouName": "The AOU name of this species.",
"iucnCategory": "The IUCN Red List status of the species.",
"measurements": "Known range of measurements of adult specimen.",
"localizedNames": "The alternative names for the species in other languages.",
"population": "Estimated world population",
"wikipedia": "URL to the Wikipedia article about the species."
},
"scientificName": "",
"family": "",
"aouName": "",
"iucnCategory": "LC",
"measurements": {
"both sexes": {
"length": [
"14",
"16"
],
"wingSpan": [
"18",
"25"
],
"weight": [
"18",
"30"
]
}
},
"localizedNames": {
"fr": "",
"de": ""
},
"population": 200000000,
"wikipedia": ""
}
}
},
"__success": true,
"__server_version": "3.5.193",
"__call": {
"url": "http://mysite.com/avian_species_spec.json",
"server": "mysite.com",
"endpoint": "/avian_species_spec.json",
"query": {
"type": "get",
"params": {}
},
"execution_time": "0.111s"
}
}