Institution Data Type

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

Example

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