Institution Data Type

Properties
name data type constraints description
specimenTotal number required
notes string  
contact Contact  
department string  
irn number required
cites string  
division string  
distance number required
dateFounded string  
taxonomicCoverage string  
geography string  
collectionsSummary CollectionsSummary  
dateModified string  
importantCollectors array of string  
code string  
address Address  
currentStatus string  
location Location  
organization string  
incorporatedHerbaria array of string  

Example

{
  "specimenTotal" : 12345,
  "notes" : "...",
  "contact" : {
    "webUrl" : "...",
    "phone" : "...",
    "email" : "..."
  },
  "department" : "...",
  "irn" : 12345,
  "cites" : "...",
  "division" : "...",
  "distance" : 12345.0,
  "dateFounded" : "...",
  "taxonomicCoverage" : "...",
  "geography" : "...",
  "collectionsSummary" : {
    "numFungiImaged" : 12345,
    "numPteridosImaged" : 12345,
    "numFungi" : 12345,
    "numBryos" : 12345,
    "numPteridos" : 12345,
    "numAlgaeDatabased" : 12345,
    "numSeedPlDatabased" : 12345,
    "numAlgaeImaged" : 12345,
    "numSeedPlImaged" : 12345,
    "numBryosDatabased" : 12345,
    "numAlgae" : 12345,
    "numFungiDatabased" : 12345,
    "numPteridosDatabased" : 12345,
    "numSeedPl" : 12345,
    "numBryosImaged" : 12345
  },
  "dateModified" : "...",
  "importantCollectors" : [ "...", "..." ],
  "code" : "...",
  "address" : {
    "postalZipCode" : "...",
    "postalCountry" : "...",
    "physicalState" : "...",
    "physicalStreet" : "...",
    "physicalCountry" : "...",
    "postalStreet" : "...",
    "postalState" : "...",
    "postalCity" : "...",
    "physicalCity" : "...",
    "physicalZipCode" : "..."
  },
  "currentStatus" : "...",
  "location" : {
    "lat" : "...",
    "lon" : "..."
  },
  "organization" : "...",
  "incorporatedHerbaria" : [ "...", "..." ]
}