Institution Data Type

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

Example

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