InspectionStandardsMaxAllowed
criticalstring
The number of critical defects max allowed
Example:
0
majorstring
The number of major defects max allowed
Example:
1
minorstring
The number of minor defects max allowed
Example:
1
InspectionStandardsMaxAllowed
{
"critical": "0",
"major": "1",
"minor": "1"
}