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