InspectionStandardsAql
aqlIdstring
Unique identifier of the AQL table
Example:
31ade06c-1a0b-11e9-83b2-320fe256275a
aqlLevelstringnullable
Inspection level
Example:
ii
aqlNamestring
The name of the AQL table
Example:
Packaging
criticalstring
The threshold used for critical defects
Example:
0.010
majorstring
The threshold used for major defects
Example:
2.5
minorstring
The threshold used for minor defects
Example:
2.5
sourcestring
The source of the AQL table
Example:
null
InspectionStandardsAql
{
"aqlId": "31ade06c-1a0b-11e9-83b2-320fe256275a",
"aqlLevel": "ii",
"aqlName": "Packaging",
"critical": "0.010",
"major": "2.5",
"minor": "2.5",
"source": "null"
}