Institution Data Type

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

Example

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