Table of Contents

icarCarcassMetricType

Description

Identifies a metric (observation, measure, or assessment) for a carcass that has a scheme-based identifier, plus the method used and optionally a qualfier.

Properties

Name Description Required Type
Id No icarIdentifierType
Method The standard method used to determine the value of the metric. No string
Qualifier Qualifier applied to further describe the metric (if any). No string

Examples

Example 1

{
  "id": {
    "id": "id",
    "scheme": "scheme"
  },
  "method": "method",
  "qualifier": "qualifier"
}