A structured abundance/density estimate
Properties
confidence
string
Optional
Confidence interval or qualifier
maxGraphemes: 64 graphemesdate
string
Optional
Date of estimate (ISO 8601)
maxGraphemes: 64 graphemesmethod
string
Optional
Estimation method
maxGraphemes: 256 graphemesunit
string
Required
Unit of the estimate (e.g., 'individuals/ha', 'stems/ha', '% cover', 'relative abundance')
maxGraphemes: 64 graphemesvalue
string
Required
Numeric value as string
maxGraphemes: 64 graphemesView raw schema
{
"type": "object",
"required": [
"value",
"unit"
],
"properties": {
"date": {
"type": "string",
"description": "Date of estimate (ISO 8601)",
"maxGraphemes": 64
},
"unit": {
"type": "string",
"description": "Unit of the estimate (e.g., 'individuals/ha', 'stems/ha', '% cover', 'relative abundance')",
"maxGraphemes": 64
},
"value": {
"type": "string",
"description": "Numeric value as string",
"maxGraphemes": 64
},
"method": {
"type": "string",
"description": "Estimation method",
"maxGraphemes": 256
},
"confidence": {
"type": "string",
"description": "Confidence interval or qualifier",
"maxGraphemes": 64
}
},
"description": "A structured abundance/density estimate"
}