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