Institution Data Type

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

Example

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