icarIndividualWeightType
Description
The Animal-Weight entity records a liveweight for an individual animal in a Group Weight. Either animal or weight may be null.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Animal | Unique animal scheme and identifier combination. | No | icarIdentifierType |
| Weight | The weight measurement | No | Number |
Examples
Example 1
{
"animal": {
"id": "id",
"scheme": "scheme"
},
"weight": 0.0
}