Institution Data Type

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

Example

{
  "organization" : "...",
  "cites" : "...",
  "distance" : 12345.0,
  "incorporatedHerbaria" : [ "...", "..." ],
  "location" : {
    "lon" : "...",
    "lat" : "..."
  },
  "dateFounded" : "...",
  "code" : "...",
  "dateModified" : "...",
  "importantCollectors" : [ "...", "..." ],
  "department" : "...",
  "geography" : "...",
  "currentStatus" : "...",
  "specimenTotal" : 12345,
  "notes" : "...",
  "taxonomicCoverage" : "...",
  "division" : "...",
  "contact" : {
    "webUrl" : "...",
    "email" : "...",
    "phone" : "..."
  },
  "address" : {
    "postalCountry" : "...",
    "postalStreet" : "...",
    "physicalCountry" : "...",
    "physicalCity" : "...",
    "physicalState" : "...",
    "postalCity" : "...",
    "postalState" : "...",
    "physicalZipCode" : "...",
    "physicalStreet" : "...",
    "postalZipCode" : "..."
  },
  "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
  },
  "irn" : 12345
}