Table of Contents

observedAnimal

Description

Used to record the observation of a wildlife animal.

Properties

Name Description Required Type
Species Identifies the species being recorded. Yes string
NatureInteraction The nature of the interaction with the animal. No string
Status The status of the observed animal. No wildlifeAnimalStatus
Fate The fate of the observed animal. No wildlifeAnimalFate
BandOrTag The identifier from the band or tag on the animal. No string
Comments Comments on the animal or the interaction with it. No string

Examples

Example 1

{
  "species": "species",
  "natureInteraction": "natureInteraction",
  "status": "Alive",
  "fate": "Injured",
  "bandOrTag": "bandOrTag",
  "comments": "comments"
}