Component
acceptableTolerances object[]
Acceptable Tolerance information
Array [
fromnumber
The bottom range of the acceptable tolerance
Example: 
0.2tonumber
The top range of the acceptable tolerance
Example: 
1unitstringnullable
Unit of the acceptable tolerance in cm,mm,inch
Example: 
cm]
defectClassificationstringnullable
Defect Classification
Example: 
Minornamestringnullable
Name of the component
Example: 
ArmoutOfTolerance object
Out of Tolerance information
unitstringnullable
Example: 
cmvaluenumber
value of the out of acceptable tolerance
Example: 
1.5Component
{
  "acceptableTolerances": [
    {
      "from": 0.2,
      "to": 1,
      "unit": "cm"
    }
  ],
  "defectClassification": "Minor",
  "name": "Arm",
  "outOfTolerance": {
    "unit": "cm",
    "value": 1.5
  }
}