icarStatisticsType
Description
The statistics that have been calculated.
Properties
Name | Description | Required | Type |
---|---|---|---|
Metric | The metric code for a specific statitics. See https://github.com/adewg/ICAR/wiki/Schemes for more info | No | icarIdentifierType |
Unit | The unit of the metric. This must be appropriate to the metric and UN-CEFACT unit codes should be used where possible. | No | string |
Aggregation | No | icarAggregationType | |
Value | The value of the metric. | No | Number |
Examples
Example 1
{
"metric": {
"id": "id",
"scheme": "scheme"
},
"unit": "unit",
"aggregation": "Average",
"value": 0.0
}