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

LengthMeasure

A numeric value determining a length (linear dimension) along with the specified unit of measure.

Properties

Name Description Type Required Generic Enum Ignore
unitCode The length unit code of measure. string false ${prop.ignore}
value The numeric value determining a length number false ${prop.ignore}
{
  "unitCode" : "string",
  "value" : "number"
}