Source: https://guides.developer.iata.org/docs/download-the-latest-standards

Measure

A measure is a numeric value determined by measuring an object along with the specified unit of measure.

Properties

Name Description Type Required Generic Enum Ignore
unitCode The type of unit of measure. string false ${prop.ignore}
value The numeric value determined by measuring an object. number false ${prop.ignore}
{
  "unitCode" : "string",
  "value" : "number"
}