Skip to main content

InspectionStandardsAql

aqlId string

Unique identifier of the AQL table

Example: 31ade06c-1a0b-11e9-83b2-320fe256275a
aqlLevel stringnullable

Inspection level

Example: ii
aqlName string

The name of the AQL table

Example: Packaging
critical string

The threshold used for critical defects

Example: 0.010
major string

The threshold used for major defects

Example: 2.5
minor string

The threshold used for minor defects

Example: 2.5
source string

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"
}