FailedMeasurement
found number
Number of failed measurement found
Example:
2
measurementDescription stringnullable
Measurement Description
Example:
Chest
occurrence number
Number of occurrences
Example:
2
sampleName stringnullable
Example:
tanktop_1
standard number
Standard measurement
Example:
20
tolerance number
Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance
Example:
0.5
toleranceLower number
Tolerance lower of a point of measurement
Example:
0.5
toleranceUpper number
Tolerance upper of a point of measurement
Example:
0.5
FailedMeasurement
{
"found": 2,
"measurementDescription": "Chest",
"occurrence": 2,
"sampleName": "tanktop_1",
"standard": 20,
"tolerance": 0.5,
"toleranceLower": 0.5,
"toleranceUpper": 0.5
}