Institution Data Type

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

Example

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