Institution Data Type

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

Example

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