| name | data type | constraints | description | 
|---|---|---|---|
| organization | string | ||
| dateFounded | string | ||
| specimenTotal | number | required | |
| importantCollectors | array of string | ||
| cites | string | ||
| irn | number | required | |
| distance | number | required | |
| incorporatedHerbaria | array of string | ||
| collectionsSummary | CollectionsSummary | ||
| location | Location | ||
| currentStatus | string | ||
| taxonomicCoverage | string | ||
| division | string | ||
| code | string | ||
| notes | string | ||
| department | string | ||
| contact | Contact | ||
| dateModified | string | ||
| address | Address | ||
| geography | string | 
Example
{
  "organization" : "...",
  "dateFounded" : "...",
  "specimenTotal" : 12345,
  "importantCollectors" : [ "...", "..." ],
  "cites" : "...",
  "irn" : 12345,
  "distance" : 12345.0,
  "incorporatedHerbaria" : [ "...", "..." ],
  "collectionsSummary" : {
    "numBryosImaged" : 12345,
    "numFungi" : 12345,
    "numFungiImaged" : 12345,
    "numAlgaeImaged" : 12345,
    "numSeedPl" : 12345,
    "numBryos" : 12345,
    "numSeedPlDatabased" : 12345,
    "numBryosDatabased" : 12345,
    "numPteridosDatabased" : 12345,
    "numSeedPlImaged" : 12345,
    "numAlgaeDatabased" : 12345,
    "numAlgae" : 12345,
    "numFungiDatabased" : 12345,
    "numPteridos" : 12345,
    "numPteridosImaged" : 12345
  },
  "location" : {
    "lon" : "...",
    "lat" : "..."
  },
  "currentStatus" : "...",
  "taxonomicCoverage" : "...",
  "division" : "...",
  "code" : "...",
  "notes" : "...",
  "department" : "...",
  "contact" : {
    "email" : "...",
    "webUrl" : "...",
    "phone" : "..."
  },
  "dateModified" : "...",
  "address" : {
    "postalCity" : "...",
    "postalStreet" : "...",
    "postalState" : "...",
    "physicalStreet" : "...",
    "physicalState" : "...",
    "postalZipCode" : "...",
    "physicalZipCode" : "...",
    "postalCountry" : "...",
    "physicalCity" : "...",
    "physicalCountry" : "..."
  },
  "geography" : "..."
}