Institution Data Type

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

Example

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