name | data type | constraints | description |
---|---|---|---|
specimenTotal | number | required | |
currentStatus | string | ||
dateModified | string | ||
irn | number | required | |
location | Location | ||
address | Address | ||
geography | string | ||
organization | string | ||
importantCollectors | array of string | ||
incorporatedHerbaria | array of string | ||
division | string | ||
distance | number | required | |
department | string | ||
cites | string | ||
contact | Contact | ||
code | string | ||
collectionsSummary | CollectionsSummary | ||
dateFounded | string | ||
taxonomicCoverage | string | ||
notes | string |
Example
{ "specimenTotal" : 12345, "currentStatus" : "...", "dateModified" : "...", "irn" : 12345, "location" : { "lat" : "...", "lon" : "..." }, "address" : { "physicalCity" : "...", "postalCity" : "...", "physicalCountry" : "...", "postalCountry" : "...", "postalState" : "...", "physicalStreet" : "...", "postalStreet" : "...", "postalZipCode" : "...", "physicalState" : "...", "physicalZipCode" : "..." }, "geography" : "...", "organization" : "...", "importantCollectors" : [ "...", "..." ], "incorporatedHerbaria" : [ "...", "..." ], "division" : "...", "distance" : 12345.0, "department" : "...", "cites" : "...", "contact" : { "phone" : "...", "webUrl" : "...", "email" : "..." }, "code" : "...", "collectionsSummary" : { "numPteridosImaged" : 12345, "numAlgaeDatabased" : 12345, "numSeedPlImaged" : 12345, "numBryosDatabased" : 12345, "numSeedPlDatabased" : 12345, "numFungiDatabased" : 12345, "numSeedPl" : 12345, "numPteridosDatabased" : 12345, "numBryos" : 12345, "numBryosImaged" : 12345, "numFungiImaged" : 12345, "numAlgae" : 12345, "numPteridos" : 12345, "numAlgaeImaged" : 12345, "numFungi" : 12345 }, "dateFounded" : "...", "taxonomicCoverage" : "...", "notes" : "..." }